Skip to content

Releases: aurelia/webpack-plugin

5.0.4

06 May 23:05
Compare
Choose a tag to compare

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

Full Changelog: v5.0.3...5.0.4

5.0.3

05 Nov 10:45
Compare
Choose a tag to compare

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

02 May 02:33
Compare
Choose a tag to compare

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

25 Jun 03:20
Compare
Choose a tag to compare

Upgrade the RC to release.

3.0.0-rc.1

27 Feb 04:28
Compare
Choose a tag to compare

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

27 Aug 23:32
Compare
Choose a tag to compare

fix(webpack): ConcatenatedModulePlugin results in an exception.

2.0.0-rc.4

25 Aug 04:32
Compare
Choose a tag to compare
  • fix(at-loader): Incompatibility with awesome-typescript-loader

2.0.0-rc.3

26 Jul 04:46
Compare
Choose a tag to compare
2.0.0-rc.3 Pre-release
Pre-release

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

05 Apr 06:19
Compare
Choose a tag to compare
2.0.0-rc.2 Pre-release
Pre-release

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

04 Mar 07:23
Compare
Choose a tag to compare
2.0.0-rc.1 Pre-release
Pre-release

Complete re-writer for Webpack 2.2.