Skip to content

v0.2.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Lodin Lodin released this 07 Apr 22:57
· 3 commits to master since this release

This release is mostly technical and fixes the severe problem with the initial implementation which was unable to work with the @babel/register based environments.

Changes

  • Make plugin working correctly with CommonJS and @babel/preset-env (#2 by @Lodin)
  • Remove unnecessary checking for array in the injector function (#3 by @Lodin)
  • Stop creating function declaraton/import if there is no decorator in the file (#4 by @Lodin)