Releases: gjbkz/rollup-plugin-glob-import
Releases · gjbkz/rollup-plugin-glob-import
v0.2.2
- Fix a bug that function/class exports throws an error (#18)
v0.2.1
- Ignore exports that options.rename() returns falsy value.
v0.2.0
- Remove options.defaultExport
- Add options.rename
v0.1.4
- Fix an error that rollup.watch() fails to rebuild
v0.1.3
- Add "import" format (#11)
v0.1.2
- Support default exports (#9)
- Add options.format
- Add options.defaultExport
v0.1.0
- New: "import * as X from Y" works