Skip to content
/ migrate Public

Migrate from RPCE to @crxjs/vite-plugin with this codemod

License

Notifications You must be signed in to change notification settings

crxjs/migrate

Repository files navigation

Migrate from RPCE to @crxjs/vite-plugin

RPCE has moved Vite support to a new NPM package. Thanks for joining us on the journey!

Migrate your Chrome Extension project from RPCE to @crxjs/vite-plugin using this codemod script:

npx @crxjs/migrate

What it does

script running animation

This script will detect your package manager (npm, pnpm, or yarn) and ask permission to perform one or more of these actions:

  1. Update your Vite config file
  2. Install @crxjs/vite-plugin
  3. Remove rollup-plugin-chrome-extension

Options

You can specify the Vite config filename with the --file flag:

npx @crxjs/migrate --file vite.config.js

About

Migrate from RPCE to @crxjs/vite-plugin with this codemod

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published