Releases: aurelia/webpack-plugin
5.0.4
What's Changed
- Register dependency serializers by @elitastic in #205
- Fix serialization for component modules when imported via the normal way in #205
New Contributors
- @elitastic made their first contribution in #205
Full Changelog: v5.0.3...5.0.4
5.0.3
The plugin now works with webpack v5, all deprecation warnings also have been resolved to prepare for any future major changes from webpack. Typings are also added so that it's easier to get intellisense for all the options/features the plugin has to offer. Added tests to prevent unwanted breakage with different webpack plugins/ aurelia packages.
4.0.0
4.0.0
Removed the runtime insertion hack from the Webpack 3 and below era, wherein only the first "entry" item had the runtime appended to it. This was originally implemented to avoid adding the runtime to the secondary "vendor" entry. Using "vendor" entry points which is no longer recommended for Webpack 4 and up.
3.0.0
Upgrade the RC to release.
3.0.0-rc.1
aurelia-webpack-plugin 3.0.0-rc.1
We've updated our Webpack plugin to support Webpack 4.0! Please note that because of breaking changes in Webpack's plugin model, we cannot support Webpack 2.0/3.0 with this plugin. If you cannot migrate to Webpack 4.0, then you will need to continue using aurelia-webpack-plugin 2.0.0-rc.5.
2.0.0-rc.5
fix(webpack): ConcatenatedModulePlugin results in an exception.
2.0.0-rc.4
- fix(at-loader): Incompatibility with awesome-typescript-loader
2.0.0-rc.3
aurelia-webpack-plugin 2.0.0-rc.3
Features
- support Webpack 3 ModuleConcatenationPlugin
- support resources inside @inlineView
Bug Fixes
- recognize router-view attributes
- better control over entry sequence
- chunk not supported by ModuleDependenciesPlugin
- no default entrypoint with DLLPlugin
- use browser-pal for electron-renderer (#100)
2.0.0-rc.2
aurelia-webpack-plugin 2.0.0-rc.2
Features
- flag to opt-out of IE support
- support module.loaders
Bug Fixes
- errors might crash SubFolderPlugin
- compat with IE < 11
- support more CommonJS import styles
2.0.0-rc.1
Complete re-writer for Webpack 2.2.