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

Merge pull request #1233 from bitwarden/fix-webpack-css-filename

Corrected webpacked CSS filename
This commit is contained in:
Chad Scharf 2020-05-14 18:15:33 -04:00 committed by GitHub
commit 9f024828f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,8 +98,8 @@ const plugins = [
include: ['popup/main.js', 'background.js'],
}),
new MiniCssExtractPlugin({
filename: '[name].[hash].css',
chunkFilename: '[id].[hash].css',
filename: '[name].css',
chunkFilename: 'chunk-[id].css',
}),
new webpack.DefinePlugin({
'process.env': {