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:
parent
83cfb59c2d
commit
ca99a2304c
|
|
@ -31,7 +31,6 @@ module.exports = {
|
||||||
'es6-shim',
|
'es6-shim',
|
||||||
'es6-promise',
|
'es6-promise',
|
||||||
'jquery',
|
'jquery',
|
||||||
'style-loader',
|
|
||||||
'zone.js',
|
'zone.js',
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue