Releases: OpenNTF/dojo-webpack-plugin
Releases · OpenNTF/dojo-webpack-plugin
v2.3.4
- Fix issue with using html-webpack-plugin
- DojoES6Promise polyfil now throws in constructor rather than rejecting promise to be more consistent with ES6 implementation.
v2.3.3
Internal structural changes. No new features or bug fixes.
v2.3.2
Internal class structure changes. No new functionality or bug fixes.
2.3.0
- Fix issue with using ProvidePlugin to inject dependencies
- Refactoring for extensibility
- Increase unit test code coverage
v2.2.1
- Refactor config loading code to make it easier for third-party plugins to integrate with this plugin
- Change using the embedded Dojo loader without the config API from opt out to opt in. See The
dojo-config-api
feature
v2.2.0
- Fix i18n loader bug causing failure to load module errors for excluded locales
- Reduce size of embedded Dojo loader when loader config is not a module
v2.1.6
Fix issue with exporting regex and functions in Dojo loader config
v2.1.5
-
Fix environment and buildEnvironment options don't work when the loaderConfig option specifies a function object.
-
README updates
v2.1.4
v2.1.3
- Add buildEnvironment plugin option
- Additional unit testing