@mwork-plugins/vite
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

@mwork-plugins/vite

Plugins

VueTemplateLog

vue 文件中的函数增加 log, 方便开发者查询对应文件位置。

options

名称 类型 描述 默认值
enable {Boolean} 是否开loader 默认值: false
events {Array} 哪些事件需要增加log 默认值: []

使用案例

import { vueTemplateLog } from '@mwork-plugins/vite';
// vite.config.js
export default defineConfig({
  plugins: [
    vueTemplateLog({
      enable: true,
      events: ['ok', 'click']
    })
  ]
});

Dependents (0)

Package Sidebar

Install

npm i @mwork-plugins/vite

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

4.94 kB

Total Files

10

Last publish

Collaborators

  • martin-yin