Package Exports
- rollup-plugin-chrome-extension
- rollup-plugin-chrome-extension/dist/index-cjs.js
- rollup-plugin-chrome-extension/dist/index-esm.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rollup-plugin-chrome-extension) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
rollup-plugin-chrome-extension

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.
Documentation
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.