@crxjs/migrate

0.6.10 • Public • Published

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

Package Sidebar

Install

npm i @crxjs/migrate

Weekly Downloads

3

Version

0.6.10

License

none

Unpacked Size

2.04 MB

Total Files

4

Last publish

Collaborators

  • jacksteamdev