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