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
Which is impossible to use since they are not mapped in the manifest.
I'm using the following config for mini-css-extract-plugin :
filename: '[name].[contenthash].css',
chunkFilename: '[name].[contenthash].css'
I see it's related to another issue with ids changing, is it the expected behaviour now then ? If so, can we output results in the manifest so we can have access to the files names ?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Since v2, the content hash are changing for the splitted files, which didn't happen before. So I've got :
Which is impossible to use since they are not mapped in the manifest.
I'm using the following config for mini-css-extract-plugin :
filename: '[name].[contenthash].css',
chunkFilename: '[name].[contenthash].css'
I see it's related to another issue with ids changing, is it the expected behaviour now then ? If so, can we output results in the manifest so we can have access to the files names ?
Thanks
The text was updated successfully, but these errors were encountered: