Skip to content

Releases: mc-zone/bundle-ensure-webpack-plugin

v1.1.1

03 Dec 04:41
Compare
Choose a tag to compare

Bugfix:

  • Fix wrong chunk filename used in the multi-files chunk.

Internal

  • Code refactor, enhance lint.

v1.1.0

30 Nov 06:57
Compare
Choose a tag to compare

Code refactor:

  • better support of multiple times reload.
  • make args and options more clear:
    • remove regex replacing args.
    • provide __GIVE_UP__ and __SCRIPTS__ reload args.
  • more elegant with custom reload template.
  • beautify logs.

Bug fix:

  • fix the conflicting bug while multiple reload callbacks called.

Feature

  • support insert custom polyfills (excuted before start).

v1.0.0-rc3

22 Sep 07:19
Compare
Choose a tag to compare
v1.0.0-rc3 Pre-release
Pre-release
  • Support multiple retries (max to 3 per bundle).
  • Support give-up in retry function.
  • Retry function can get feedback through the callback that after it invoked.

v1.0.0-rc2

17 Sep 08:12
Compare
Choose a tag to compare
v1.0.0-rc2 Pre-release
Pre-release
  • Better matching chunk registration mechanism (deferredModules) with webpack 4.
  • Remove redundant function wrap for chunks.

v1.0.0-rc

16 Aug 03:34
Compare
Choose a tag to compare
v1.0.0-rc Pre-release
Pre-release

Support webpack 4️⃣

Ship new major version to support webpack 4. 🎉 🎉 🎉

v0.0.3

16 Aug 03:37
Compare
Choose a tag to compare

For webpack 2~3.