Corrected webpacked CSS filename

This commit is contained in:
Chad Scharf 2020-05-14 18:11:39 -04:00
parent 53d0674e14
commit 46f0c5b79b
1 changed files with 2 additions and 2 deletions

View File

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