Skip to content

Commit 996216c

Browse files
Tell aurelia-webpack-plugin to filter the set of dependencies it auto-imports. Note that this will have no effect until the next version of aurelia-webpack-plugin is published to NPM.
1 parent 6bceb23 commit 996216c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

templates/AureliaSpa/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,10 @@
4141
"url-loader": "^0.5.7",
4242
"webpack": "^2.1.0-beta.25",
4343
"webpack-hot-middleware": "^2.10.0"
44+
},
45+
"aurelia": {
46+
"build": {
47+
"includeDependencies": "aurelia-*"
48+
}
4449
}
4550
}

0 commit comments

Comments
 (0)