You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@smashercosmo Need a bit more info to debug this - how are you generating the CSS files? If you're using a plugin like extract-text-plugin or mini-css-extract-plugin, can you paste the plugin options you're using?
Also it'd be helpful to know if you have any output options set in your webpack configuration.
@developit This happens because stripHash fails the regex check for css files as it uses top level output.filename/output.chunkFilename and mini-css-extract-plugin defines it's own filenameTemplate (check here)
For some reason [chunkhash] is not replaced for css files. And that causes this issue for me #17
The text was updated successfully, but these errors were encountered: