Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 559 Bytes

CHANGELOG.md

File metadata and controls

15 lines (9 loc) · 559 Bytes

ChangeLog

v1.2.0

Update to Babel v7. Use standardjs instead of custom eslint. Include 'prepare' script to support direct 'npm install' from git repo.

v1.1.0

Add support to use inside Meteor. Basically, we turn off plugin when running inside Meteor. See: a43785d

v1.0.0

Forked https://github.com/michaelzoidl/babel-root-import use / instead of '~/' to define the root. This is to go with the Meteor's ES2015 module implementation.