mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
Merge pull request #1233 from bitwarden/fix-webpack-css-filename
Corrected webpacked CSS filename
This commit is contained in:
@@ -98,8 +98,8 @@ const plugins = [
|
|||||||
include: ['popup/main.js', 'background.js'],
|
include: ['popup/main.js', 'background.js'],
|
||||||
}),
|
}),
|
||||||
new MiniCssExtractPlugin({
|
new MiniCssExtractPlugin({
|
||||||
filename: '[name].[hash].css',
|
filename: '[name].css',
|
||||||
chunkFilename: '[id].[hash].css',
|
chunkFilename: 'chunk-[id].css',
|
||||||
}),
|
}),
|
||||||
new webpack.DefinePlugin({
|
new webpack.DefinePlugin({
|
||||||
'process.env': {
|
'process.env': {
|
||||||
|
|||||||
Reference in New Issue
Block a user