1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-02 04:48:57 +02:00

updated formatting

This commit is contained in:
Kyle Spearrin 2020-05-08 11:54:49 -04:00
parent 97db3635af
commit 3ac46e62cb

View File

@ -43,8 +43,8 @@ const moduleRules = [
options: {
name: '[name].[ext]',
outputPath: 'images/',
}
}]
},
}],
},
{
test: /\.scss$/,
@ -53,10 +53,10 @@ const moduleRules = [
loader: MiniCssExtractPlugin.loader,
options: {
publicPath: '../',
}
},
},
'css-loader',
'sass-loader'
'sass-loader',
],
},
// Hide System.import warnings. ref: https://github.com/angular/angular/issues/21560
@ -102,7 +102,7 @@ const plugins = [
]),
new MiniCssExtractPlugin({
filename: '[name].[hash].css',
chunkFilename: '[id].[hash].css'
chunkFilename: '[id].[hash].css',
}),
new webpack.DefinePlugin({
'process.env': {
@ -193,4 +193,4 @@ const config = {
plugins: plugins,
};
module.exports = config;
module.exports = config;