mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 02:30:13 +00:00
In Angular 2 template, always load CSS via ExtractTextPlugin (otherwise you get a bad FOUC when loading server-prerendered page)
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
module.exports = {
|
||||
devtool: 'inline-source-map',
|
||||
module: {
|
||||
loaders: [
|
||||
{ test: /\.css/, exclude: /ClientApp/, loader: 'style!css' }
|
||||
]
|
||||
}
|
||||
devtool: 'inline-source-map'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user