Releases: OpenNTF/dojo-webpack-plugin
Releases · OpenNTF/dojo-webpack-plugin
v3.0.6
Fix error in DojoAMDRuntimeModule.generate() when used with MonacoEditorWebpackPlugin (thanks @dpwatrous )
v3.0.5
- Fix issue with nls folder as root folder
- Multiple security updates from dependabot
v3.0.4
- Use Dojo config to resolve non-module resource (can disable with ignoreNonModuleResources option.
- Fix issue with order of runtime extensions and ES6 modules
v3.0.3
- Fix
Cannot read property 'getChunkModules' of undefined
when using mini-css-extract-plugin - Some
npm audit
security updates of dependencies
v3.0.2
Fix issues with dojo/has module not found
v3.0.1
Fix djProp name collision detection for HRM
v3.0.0
Support webpack v5
v2.8.20
Pull in dependabot and npm audit updates
2.8.19
Fix bug preventing remapping of locale specific language bundles using loader config paths
, aliases
, etc.
v2.8.18
- Fixed issue with exporting a Dojo based bundle as a library
- Fixed issue with Dojo language bundles and Typescript