Anber / wyw-in-js

MIT License
191 stars 8 forks source link

Support Rspack #55

Open oliviertassinari opened 4 months ago

oliviertassinari commented 4 months ago

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

layershifter commented 4 months ago

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.