We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Using mini-css-extract-plugin@0.1.0
mini-css-extract-plugin@0.1.0
Is it possible to support a content hash in the filename, like extract-text-webpack-plugin's [contenthash]?
[contenthash]
Using filename: '[name].[chunkhash:8].css' the .css hash is also changing when only the JavaScript in the chunk has changed:
filename: '[name].[chunkhash:8].css'
.css