vite-plugin-eruda
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Vite Plugin Eruda

A vite plugin help you automatically open debugging tools in the development environment

Install

$ yarn add vite-plugin-eruda

Usage

import eruda from 'vite-plugin-eruda'


module.exports = {
  plugins: [
    // others
    eruda()
  ]
}

Options

debug

  • Type: boolean | undefind

  • Default: 'undefind'

    Optional. If not, process.env.node will be used by default process.env.NODE_ENV !== "production" standard opens the debugging mode. If there is, this parameter takes precedence.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i vite-plugin-eruda

Weekly Downloads

453

Version

1.0.1

License

MIT

Unpacked Size

4.01 kB

Total Files

6

Last publish

Collaborators

  • xiuranwu