1.0.1 • Published 1 year ago

vite-plugin-new-eruda v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

说明

适用于vite+vue项目的eruda web调试器

使用方法

// vite.config.ts
import {viteErudaByModule} from 'vite-plugin-new-eruda'
plugins: [
  viteErudaByModule({ entry: vconsoleList }),
],

根据当前运行环境判断是否插入eruda调试器到页面,当mode='development'时,不展示eruda调试器

1.0.1

1 year ago

1.0.0

1 year ago