update formatting

This commit is contained in:
Kyle Spearrin 2020-05-08 12:11:54 -04:00
parent 8af28ada18
commit ecdd97a499
1 changed files with 4 additions and 4 deletions

View File

@ -93,10 +93,10 @@ const renderer = {
loader: MiniCssExtractPlugin.loader,
options: {
publicPath: '../',
}
},
},
'css-loader',
'sass-loader'
'sass-loader',
],
},
// Hide System.import warnings. ref: https://github.com/angular/angular/issues/21560
@ -125,8 +125,8 @@ const renderer = {
}),
new MiniCssExtractPlugin({
filename: '[name].[hash].css',
chunkFilename: '[id].[hash].css'
})
chunkFilename: '[id].[hash].css',
}),
],
};