1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-30 04:28:19 +02:00

update formatting

This commit is contained in:
Kyle Spearrin 2020-05-08 12:12:24 -04:00
parent a7602b1cba
commit 42572e4fcf

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