Releases: mc-zone/bundle-ensure-webpack-plugin
Releases · mc-zone/bundle-ensure-webpack-plugin
v1.1.1
v1.1.0
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
- 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
- Better matching chunk registration mechanism (deferredModules) with webpack 4.
- Remove redundant function wrap for chunks.