update formatting

This commit is contained in:
Kyle Spearrin 2020-05-08 12:12:24 -04:00
parent a7602b1cba
commit 42572e4fcf
1 changed files with 2 additions and 2 deletions

View File

@ -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': {