Skip to content

Releases: OpenNTF/dojo-webpack-plugin

v2.8.6

12 Apr 17:19
Compare
Choose a tag to compare

Fix remaining issue with duplicate absMids error.

v2.8.5

29 Mar 14:05
Compare
Choose a tag to compare
  • 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

25 Feb 17:53
Compare
Choose a tag to compare
  • Async option bug fixes
  • Update Known Issues section of README

v2.8.2

22 Feb 13:31
Compare
Choose a tag to compare

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

28 Jan 19:27
Compare
Choose a tag to compare

Fix issue with async option and modules with promise values

v2.8.0

11 Jan 13:39
Compare
Choose a tag to compare

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

30 Nov 14:50
Compare
Choose a tag to compare
  • Fix issue with full-path filenames appearing in production code
  • Fix issue with "Module not found" errors

v2.7.6

30 Nov 14:53
Compare
Choose a tag to compare

Fix build failures when using Webpack 4.18+

v2.7.5

13 Aug 20:25
Compare
Choose a tag to compare
  • 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

09 Aug 12:58
Compare
Choose a tag to compare
  • Fix modules can't be found when using CommonChunksPlugin issue