> A vite plugin help you automatically open debugging tools in the development environment
npm install vite-plugin-eruda> A vite plugin help you automatically open debugging tools in the development environment
sh
$ yarn add vite-plugin-eruda
`$3
`javascript
import eruda from 'vite-plugin-eruda'
module.exports = {
plugins: [
// others
eruda()
]
}
`$3
####
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.