Skip to content

Latest commit

 

History

History
executable file
·
40 lines (28 loc) · 1.98 KB

File metadata and controls

executable file
·
40 lines (28 loc) · 1.98 KB

npm (scoped) GitHub last commit GitHub action badge TypeScript Declarations Included

rollup-plugin-chrome-extension logo

The bundler configuration for a Chrome Extension can be pretty complex.

Use manifest.json as the input. Every file in the manifest will be bundled or copied to the output folder.

RPCE simplifies project config and supports many of Vite's features in the Chrome Extension environment, including HMR.

We have v3 boilerplates for React JavaScript, React TypeScript and Svelte, as well as instructions for setting up your own project.

See the documentation for usage and how to get started.

Supporting

If these plugins have helped you ship your product faster, please consider sponsoring me on GitHub.

Contributing

We encourage pull requests! This is a pnpm monorepo, so use pnpm instead of Yarn or npm.