Releases: FlorianRappl/parcel-plugin-externals
Releases · FlorianRappl/parcel-plugin-externals
0.5.0
- Improved path resolution for submodules
- Fixed Node.js 8 compatibility for catch blocks (#17)
- Enhanced documentation for production / development (#19)
- Added alternative return type from factory module (#19)
0.4.0
- Improved the documentation
- Added support for fake (virtual) modules (#9)
- Support symlink resolution of externals
- Allow more flexible use as library
- Typed exports of utils
0.3.0
- Implemented a way to dynamically choose what (and how) to externalize (#4)
- Fixed exception on browser property set to false (#6)
- Added support for referencing modules directly (#7)
0.2.0
- Allow
externals
definition via object (#1)
- Ignore
externals
with false
or other non-string
values (#2)