insectman
insectman
> I didn't catch how does chunk renaming will help you? Technically, you could clone this repo, modify rollup config and bundle your own custom package. I misworded my question...
> What tool do you use to generate the bundle? webpack. > So there is a problem with dynamic imports only? And you have no problems with other NPM packages...
For those, who may encounter the same problem, I was able to resolve it by using following webpack plugin: ``` const { Compilation, sources } = require('webpack'); const PLUGIN_NAME =...