Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Releases: novemberborn/babel-plugin-import-glob

2.0.0

20 May 13:03
v2.0.0
2e044c2
Compare
Choose a tag to compare

Many thanks to @lukescott for this release.

  • The glob: prefix is now optional.
  • Patterns must be relative (e.g. start with ./ or ../). ./ is no longer assumed.
  • Identifiers are now based on the glob pattern, not on common paths and file extensions in the matched files.
  • Now requires at least Node.js 4.