Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

45 lines (24 loc) · 1.38 KB

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.

v2.0.6

Add leading comment indicating original file path

v2.0.5

Remove forgotten debugger statement in the built files #5

v2.0.4

Add support for Meteor projects.

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.

v2.0.2

Improve error for not found files.

v2.0.1

Add forgotten build files to npm package.

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.

v1.0.0

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.