wyw-in-js icon indicating copy to clipboard operation
wyw-in-js copied to clipboard

Support Rspack

Open oliviertassinari opened this issue 1 year ago • 2 comments
trafficstars

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

oliviertassinari avatar Feb 08 '24 19:02 oliviertassinari

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.

layershifter avatar Feb 09 '24 10:02 layershifter

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.

NikAtIdeally avatar Sep 03 '24 05:09 NikAtIdeally