Skip to content

Releases: aurelia/webpack-plugin

1.2.2

19 Feb 03:00
Compare
Choose a tag to compare

1.2.2 (2017-02-19)

Bug Fixes

  • webpack-plugin: Windows specific paths fix (f5624a3)

1.2.1

09 Feb 05:26
Compare
Choose a tag to compare

aurelia-webpack-plugin 1.2.1

Bug Fixes

  • "Can't resolve 'bundle'" issue

1.2.0

12 Dec 00:57
Compare
Choose a tag to compare

Bug Fixes

  • index: fix for webpack@>=2.1.0.beta.27 (472558f)

Features

  • build-resources: add an option to filter 'dependencies' (38a3049)
  • index: add .sass to default viewLoaders (2bf0efe)

1.1.0

29 Jul 01:42
Compare
Choose a tag to compare

1.1.0 (2016-07-29)

Bug Fixes

  • build-resources: fix a regression caused by scoping support (d7dec55)
  • index: do not reassign moduleId when one with the same name exists already (fddd9e1)

Features

  • index: add the option 'nameLocalModules' for manually disabling moduleId remapping (2f9c89a)
  • index: make naming external modules optional (af1a745)

1.0.0

27 Jul 18:23
Compare
Choose a tag to compare

Bug Fixes

  • build-resources: allow scoped modules (a2bea83)
  • build-resources: allow scoped packages in fixRelativeFromPath (ae101c6)
  • build-resources: allow sibling directories of the same name as modules (c104ea2), closes #55
  • build-resources: do not break when no package.json loaded (b5b9fae)
  • build-resources: do not break when no packageJson loaded (5f6f3b4)
  • build-resources: ignore with template strings (e30afc2), closes #56
  • build-resources: pass absolute path to installedRootModulePaths (ec3f123)
  • build-resources: root module paths can be scoped (47906ba)
  • index: use the css loader together with other CSS-processing extensions (44214e1), closes #14
  • origin-loader: switch to a more unique variable name (4223ab2)

Features

  • all: use path-based moduleIds and hook native webpack_require (54d7c65)
  • index: add a warning about depracated features (0535927)
  • index: allow passing custom loaders to be used by in the Views (b8f87d6)
  • origin-loader: build resources now set their Origin using aurelia-metadata (a69b8f0)
  • origin-loader: move origin setting out to loader-webpack (90a3658)

1.0.0-beta.4.0.1

12 Jul 18:46
Compare
Choose a tag to compare

1.0.0-beta.4.0.1 (2016-07-12)

Bug Fixes

  • build-resources: Fix module resolution for symlinks (4a5536d)

1.0.0-beta.4.0.0

24 Jun 01:15
Compare
Choose a tag to compare

1.0.0-beta.4.0.0 (2016-06-24)

Bug Fixes

  • build-resources: normalize paths for Windows support (168c3b5)
  • build-resources: remove empty path between modules list (4cd67d5)
  • index: ensure we have './' at the beginning of the request path (eded984)
  • index: fix a fatal error; better error handling (64161c2)

Features

  • build-resources: add all dependencies as build resources by default (30eb24f)

1.0.0-beta.3.0.0

23 Jun 01:10
Compare
Choose a tag to compare
  • A majore re-write of the plugin...

1.0.0-beta.2.0.4

22 Jun 16:22
Compare
Choose a tag to compare
  • Release sync.

1.0.0-beta.2.0.3

16 Jun 12:39
Compare
Choose a tag to compare
  • Fixing infinite loop.