Open
Description
I append query strings to my output for cache busting purposes. For example:
new MiniCssExtractPlugin({
chunkFilename: '[name].css?[chunkhash:' + HASH_LIMIT + ']',
filename: '[name].css?[chunkhash:' + HASH_LIMIT + ']'
}),
However, when I use query strings, my css is no longer minified. Here is a similiar issue with optimize-css-assets-webpack-plugin
Metadata
Metadata
Assignees
Labels
No labels