1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-01 23:01:28 +01:00

Corrected webpacked CSS filename

This commit is contained in:
Chad Scharf 2020-05-14 18:11:39 -04:00
parent 53d0674e14
commit 46f0c5b79b

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