mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-17 01:31:25 +01:00
Merge pull request #1233 from bitwarden/fix-webpack-css-filename
Corrected webpacked CSS filename
This commit is contained in:
commit
9f024828f2
@ -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': {
|
||||
|
Loading…
Reference in New Issue
Block a user