JSPM

@extrojs/vite-plugin

0.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q70390F
  • License MIT

Vite plugin powering Extro: file-based entrypoints, Manifest V3 generation, and React routing for Chrome extensions.

Package Exports

  • @extrojs/vite-plugin
  • @extrojs/vite-plugin/internal

Readme

@extrojs/vite-plugin

Vite plugin powering Extro: file-based entrypoints, automatic Manifest V3 generation, and React routing for Chrome extensions.

Most users should install the extrojs package instead of this plugin directly.

Install

pnpm add -D @extrojs/vite-plugin

Usage

// vite.config.ts
import { defineConfig } from "vite"
import { extro } from "@extrojs/vite-plugin"

export default defineConfig({
  plugins: [extro()],
})

Docs

github.com/Sahilm416/extro

License

MIT