rspack icon indicating copy to clipboard operation
rspack copied to clipboard

[Feature]: I want to use chunk-rename-webpack-plugin, which relies on optimizeChunks that is not supported

Open xierenyuan opened this issue 11 months ago • 2 comments

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?

xierenyuan avatar Nov 13 '24 11:11 xierenyuan