Releases: liady/webpack-node-externals
Releases · liady/webpack-node-externals
v3.0.0
Breaking:
- Removed support for Node < 6
- Changed code syntax to ES6
Enhancements:
- Excluding Webpack 5 module federation (automatically adding to allowlist) from @jacob-ebey
- Better arguments handling for the exported function
v2.5.0
Enhancements:
- Support webpack 5
- Change parameters name (still support the old ones) -
modulesFromFile.includeInBundle / excludeFromBundle
- Add
additionalModuleDirs
- Add options validation
v2.0.0
Breaking:
- Change whitelist to allowlist
v1.7.0
- Custom function importType
- Added options for readFromFile
- Remove log on error
- Updated CI