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 ?
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