babel-plugin-inline-import
Advanced tools
Changelog
v3.0.0
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.
Changelog
v2.0.3
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.
Changelog
v2.0.0
Change approach. Replace import
statements by inline content, instead of trying to export raw content according to JS standards.
Forks babel-root-slash-import.