1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-11-24 11:55:50 +01:00

update formatting

This commit is contained in:
Kyle Spearrin 2020-05-08 12:11:54 -04:00
parent 8af28ada18
commit ecdd97a499

View File

@ -93,10 +93,10 @@ const renderer = {
loader: MiniCssExtractPlugin.loader, loader: MiniCssExtractPlugin.loader,
options: { options: {
publicPath: '../', publicPath: '../',
} },
}, },
'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
@ -125,8 +125,8 @@ const renderer = {
}), }),
new MiniCssExtractPlugin({ new MiniCssExtractPlugin({
filename: '[name].[hash].css', filename: '[name].[hash].css',
chunkFilename: '[id].[hash].css' chunkFilename: '[id].[hash].css',
}) }),
], ],
}; };