In our, and Im sure others, webpack setup JS and CSS bundles are generated with the same chunkid. This means that when this plugin looks up the chunk using getChunkScriptFilename it returns the JS one, rather than the CSS one that caused the issue.
At a quick glance, theres no easy fix, however I will continue to investigate
Raising this with the aim of coming back to it.
In our, and Im sure others, webpack setup JS and CSS bundles are generated with the same chunkid. This means that when this plugin looks up the chunk using
getChunkScriptFilename
it returns the JS one, rather than the CSS one that caused the issue.At a quick glance, theres no easy fix, however I will continue to investigate