From 996216c7517e361d47596db2ba376be1934bbaa5 Mon Sep 17 00:00:00 2001 From: SteveSandersonMS Date: Fri, 28 Oct 2016 15:13:11 +0100 Subject: [PATCH] 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. --- templates/AureliaSpa/package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/AureliaSpa/package.json b/templates/AureliaSpa/package.json index d7137e8..ffdbfd0 100644 --- a/templates/AureliaSpa/package.json +++ b/templates/AureliaSpa/package.json @@ -41,5 +41,10 @@ "url-loader": "^0.5.7", "webpack": "^2.1.0-beta.25", "webpack-hot-middleware": "^2.10.0" + }, + "aurelia": { + "build": { + "includeDependencies": "aurelia-*" + } } }