Releases: OpenNTF/dojo-webpack-plugin
Releases · OpenNTF/dojo-webpack-plugin
v2.8.17
- Don't require that entry bundles be loaded first.
v2.8.16
- Fix issue with html-webpack-plugin
- Fix issue with mini-css-extract-plugin
- dependency upgrades for security alerts
v2.8.15
v2.8.14
- Fix issue with loader global properties 'window' and 'global' being undefined
- Fix issue with global properties not seen in has.add callback function
- Update dependencies to resolve security vulnerabilities in dependent packages
v2.8.13
- Fix watch mode issue with injected require
- Address security alerts with
npm audit fix
- Upgrade Dojo dependencies for unit tests to 1.16.0
v2.8.12
Remove unneeded async
keyword from buildLoader function.
v2.8.11
Add api to build embedded Dojo loader from node script
v2.8.10
- Fix i18n module inclusion issue
- Fix has! evaluation with issue with build defined terms
v2.8.9
- Fix issue with non-local main modules (where package main modules is not a child of package location).
- Fix issue with premature promise resolution of nested dependencies that return promises
- Add runtimeFeatures option to facilitate unit testing
v2.8.8
Fix 'Promise not defined' error on IE11 when async option is true.