UNPKG

411 BMarkdownView Raw
1# ChangeLog
2
3### v1.1.0
4
5Add support to use inside Meteor. Basically, we turn off plugin when running inside Meteor.
6See: [a43785d](https://github.com/mantrajs/babel-root-slash-import/commit/90d768668fb589583657aa949683149bc6d33020)
7
8### v1.0.0
9
10Forked <https://github.com/michaelzoidl/babel-root-import> use `/` instead of '~/' to define the root.
11This is to go with the Meteor's ES2015 module implementation.