Releases: OpenNTF/dojo-webpack-plugin
Releases · OpenNTF/dojo-webpack-plugin
v2.1.0
- Add CI pipeline
- Fix build breaks caused by changes in Dojo loader in 9/26/2017 drops of Dojo updates
v2.0.15
Fix issues with using dojo/has! loader expression in async require dependency array
v2.0.14
Add support for cjsRequire function for loading CommonJS modules from within AMD modules
v2.0.13
Fix for modules being defined when calling Dojo synchronous require.
v2.0.12
- Support npm packages of Dojo
- Mixin window.dojoConfig from page when using build defined loader config
v2.0.11
Add support for dojo loader config module exporting a function that returns the config.
v2.0.9
Fixes issues with using ExtractTextPlugin and CommonChunkPlugin
v2.0.8
Move ES6 Promise wrapper from sample to plugin
v2.0.7
Fix formatting issues with README on npm site
v2.0.6
Added cjsRequirePatterns option. Added Options section to README