Removed specific Meteor handling that is no longer necessary as of Meteor 1.7.
BREAKING CHANGES: Do not update to this version if you are using this with a Meteor app that is on a version < 1.7. For non-Meteor uses, there are no breaking changes in the 3.0.0 release.
Add leading comment indicating original file path
Remove forgotten debugger
statement in the built files #5
Add support for Meteor projects.
Visit node on exit
instead of enter
. It allows other plugins like babel-root-slash-import to modify the import path before we load it.
Improve error for not found files.
Add forgotten build
files to npm package.
Change approach. Replace import
statements by inline content, instead of trying to export raw content according to JS standards.
Forks babel-root-slash-import.
Try to wrap raw content and export it according to JS standards. Didn't work well. Couldn't manage to stop Babel parsing raw content.
It can be accessed at v1 branch. Forks babel-plugin-iife-wrap.