core
                                
                                 core copied to clipboard
                                
                                    core copied to clipboard
                            
                            
                            
                        [Feature request] add a bundler of `rspack/rsbuild`
Clear and concise description of the problem
Rspack is a high performance Rust-based JavaScript bundler that offers strong interoperability with the webpack ecosystem, enabling faster development cycles and efficient collaboration between the two tools.
https://www.rspack.dev/
It's compatible with the webpack loader and plugin system. Loaders and plugins, such as mini-css-extract-plugin,css-loader,html-webpack-plugin, That means maybe we just need to replace webpack word with @rspack/core ,then we could get better performance .
Suggested solution
Add a bundler of rspack or just replace webpack with rspack
Alternative
No response
Additional context
Rspack is webpack-like,and it has a higher level tool, rsbuild,providing a out-of-the-box environment like vue-cli,but built on rspack. (we dont need to config some loaders and plugins)
It alse has a bundler chain feature,which may replace webpack-chain