Remove style-loader from Angular2Spa vendor bundle as it's not used at all. Is used by other templates though.

This commit is contained in:
SteveSandersonMS
2016-09-19 16:53:20 +01:00
parent 83cfb59c2d
commit ca99a2304c

View File

@@ -31,7 +31,6 @@ module.exports = {
'es6-shim',
'es6-promise',
'jquery',
'style-loader',
'zone.js',
]
},