pd4d10 / vite-plugin-devtools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vite-plugin-devtools

npm

Vite plugin to add devtools.

Usage

// vite.config.js
import devtools from "vite-plugin-devtools";

export default {
  // ...
  plugins: [
    devtools({
      vconsole: false, // set to true to enable
      eruda: false,
    }),
  ],
};

License

MIT

About

License:MIT License


Languages

Language:TypeScript 100.0%