Releases: aurelia/webpack-plugin
Releases · aurelia/webpack-plugin
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
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
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
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
- A majore re-write of the plugin...
1.0.0-beta.2.0.4
- Release sync.
1.0.0-beta.2.0.3
- Fixing infinite loop.