update formatting
This commit is contained in:
parent
a7602b1cba
commit
42572e4fcf
|
@ -55,7 +55,7 @@ const moduleRules = [
|
|||
}
|
||||
},
|
||||
'css-loader',
|
||||
'sass-loader'
|
||||
'sass-loader',
|
||||
],
|
||||
},
|
||||
// Hide System.import warnings. ref: https://github.com/angular/angular/issues/21560
|
||||
|
@ -99,7 +99,7 @@ const plugins = [
|
|||
}),
|
||||
new MiniCssExtractPlugin({
|
||||
filename: '[name].[hash].css',
|
||||
chunkFilename: '[id].[hash].css'
|
||||
chunkFilename: '[id].[hash].css',
|
||||
}),
|
||||
new webpack.DefinePlugin({
|
||||
'process.env': {
|
||||
|
|
Loading…
Reference in New Issue