Jack Steam
Jack Steam
@BurtHarris Thanks for your kind messages. I've mostly moved on to developing CRXJS, a Vite plugin with all the features of this boilerplate, but adds true HMR. You can check...
@BurtHarris I'd happily merge some PRs if you'd like to contribute here!
Closing in favor of #2079
From a Chrome extension point of view, popups are fundamentally the same as other pages hosted on `chrome-extension://` origins. Popups just go one step further: we would need to be...
@pirate It's not the same, but you might try using the undocumented `Event#dispatch` method to simulate events. 
@GoodSimonVM Thanks for this PR! I really want to support development on Windows and this looks like the right direction. [Rollup/Vite use posix internally](https://github.com/rollup/rollup/issues/3993#issuecomment-797874991), and in a previous version of...
This should be fixed in`@crxjs/[email protected]`.
Vite/CRXJS only support ES modules currently, but support for plain script files like JQuery is on the roadmap.
PRs are welcome! Docs are in `packages/vite-plugin-docs` and use Docusaurus. ### Notes Looks like this was introduced in Node 17, so docs will need to support both since we support...
@myktra Thanks for taking the time to make this repro. This is a Vite 3 issue. Downgrading to [email protected] and '@vitejs/plugin-react'@1.3.2 works as expected. I'll need to update the docs...