Releases: OpenNTF/dojo-webpack-plugin
Releases · OpenNTF/dojo-webpack-plugin
v2.8.6
Fix remaining issue with duplicate absMids error.
v2.8.5
- Fix issues with Duplicate absMid errors
- Improve amd/dojoES6Promise polyfill compatibility with real ES6 Promise (e.g. promise.finally, async invocation of callbacks)
- Fix Promise not defined error in IE9
v2.8.3
- Async option bug fixes
- Update Known Issues section of README
v2.8.2
Bug fixes:
- Mix function should return destination instead of source
- Use the same node version that called the plugin to start child process.
v2.8.1
Fix issue with async option and modules with promise values
v2.8.0
Add support for the async option, which enables asynchronous resolution of AMD modules, greatly expanding the number of Dojo loader plugins that can be supported using the dojo/loaderProxy webpack loader.
v2.7.7
- Fix issue with full-path filenames appearing in production code
- Fix issue with "Module not found" errors
v2.7.6
Fix build failures when using Webpack 4.18+
v2.7.5
- Fix regression in dojoES6Promise polyfill that was introduced in 2.3.3
- Fix "SyntaxError: Invalid Unicode escape sequence" when used with
extract-css-chunks-webpack-plugin
v2.7.4
- Fix modules can't be found when using CommonChunksPlugin issue