crxjs / chrome-extension-tools

Bundling Chrome Extensions can be pretty complex. It doesn't have to be.
https://crxjs.dev/vite-plugin
2.96k stars 190 forks source link

feat: webpack/rspack plugin #920

Open leimonio opened 2 months ago

leimonio commented 2 months ago

Describe the problem

First of all great work on providing this plugin and making it so easy to create a chrome extension. This solution is only limited to specific bundlers like Rollup and Vite, but it's not available to a great majority of projects already relying on bundlers such as Webpack and the new rust-based Rspack.

Describe the proposed solution

Provide a plugin for Webpack and Rspack, so as to be able to develop Chrome Extensions using these bundlers.

Alternatives considered

N/A

Importance

would make my life easier