awesome-webextension / webpack-target-webextension

WebExtension Target for Webpack 5. Supports code-splitting and HMR.
MIT License
44 stars 5 forks source link

Suggestion: Rspack support #45

Open cezaraugusto opened 2 weeks ago

cezaraugusto commented 2 weeks ago

Hey there! Any chance of adding support for Rspack? (https://rspack.dev/). The core package just reached version 1.0, and its API is somewhat similar to Webpack (though not similar enough to be directly compatible). I can definitely help if you’re interested. There are no similar plugins in their ecosystem at the moment.

Jack-Works commented 2 weeks ago

Hi! I am interested in supporting rspack or turbopack, but that depends on the API they provide. I didn't check any of them yet.

cezaraugusto commented 2 weeks ago

That's great news! I'm currently trying to migrate Extension.js to Rspack (link). Let me know if you need a hand when you start doing it. Happy to assist with code/test/review.