From ca99a2304c07f11c40eb854340d0afaf61ad5b2a Mon Sep 17 00:00:00 2001 From: SteveSandersonMS Date: Mon, 19 Sep 2016 16:53:20 +0100 Subject: [PATCH] Remove style-loader from Angular2Spa vendor bundle as it's not used at all. Is used by other templates though. --- templates/Angular2Spa/webpack.config.vendor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/Angular2Spa/webpack.config.vendor.js b/templates/Angular2Spa/webpack.config.vendor.js index 9499e9c..9c03275 100644 --- a/templates/Angular2Spa/webpack.config.vendor.js +++ b/templates/Angular2Spa/webpack.config.vendor.js @@ -31,7 +31,6 @@ module.exports = { 'es6-shim', 'es6-promise', 'jquery', - 'style-loader', 'zone.js', ] },