This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
Releases: novemberborn/babel-plugin-import-glob
Releases · novemberborn/babel-plugin-import-glob
2.0.0
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.