rspack
rspack copied to clipboard
[Feature]: I want to use chunk-rename-webpack-plugin, which relies on optimizeChunks that is not supported
What problem does this feature solve?
I want to use chunk-rename-webpack-plugin, which relies on optimizeChunks that is not supported. Are there any other hooks that can be used as a replacement https://github.com/sueddeutsche/chunk-rename-webpack-plugin/blob/master/lib/index.js#L38C35-L38C49
What does the proposed API of configuration look like?
optimizeChunks https://github.com/sueddeutsche/chunk-rename-webpack-plugin/blob/master/lib/index.js#L38C35-L38C49 or any other alternative APIs?