core icon indicating copy to clipboard operation
core copied to clipboard

[Feature request] add a bundler of `rspack/rsbuild`

Open yzqdev opened this issue 1 year ago • 9 comments

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

yzqdev avatar May 07 '24 04:05 yzqdev