wyw-in-js
wyw-in-js copied to clipboard
Support Rspack
Describe the feature
Support rspack https://www.rspack.dev/
Motivation
An alternative to webpack like turbopack written in Rust but with a smoother migration experience. The performance of this bundler looks nice https://github.com/vitejs/vite/discussions/12529#discussioncomment-8311967
Possible implementations
Related Issues
5 cents: from my experience Webpack loaders work with Rspack, problems could happen with plugins.
Anyway, proper E2E tests should be created to ensure that things are compatible.
Anyone had any luck getting this to work with Rspack/Rsbuild?
Ive been trying to get it running for a day, but got stuck with the babel plugin failing on the first typescript char it encounters after adding `"@wyw-in-js" babel preset.
Any help would be much appreciated.