crxjs / chrome-extension-tools

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

Is there a method to simply copy without modifying the content_scripts? #847

Open XYFFFFFF opened 11 months ago

XYFFFFFF commented 11 months ago

Describe the problem

I have a plugin that has been migrated from native HTML to Vue+vite. So I want to configure CRX so that it does not compile my raw content_scripts, but only copies it. Is there any way? thanks

Describe the proposed solution

how to configure it

Alternatives considered

no

Importance

would make my life easier