0.4.0 • Published 2 years ago

vite-plugin-devtools v0.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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

0.1.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.0.2

2 years ago

0.4.0

2 years ago

0.0.1

2 years ago