UNPKG

@relaxed/vue-directives

Version:

vue 兼容2 3 工具库 函数库

12 lines (10 loc) 210 B
import * as esbuild from 'esbuild' await esbuild.build({ bundle: true, entryPoints: ['src/index.ts'], outfile: 'dist/index.js', format: 'esm', target: 'esnext', treeShaking: true, plugins: [] })