UNPKG

v-track

Version:

一个基于Vue指令的埋点插件

12 lines (9 loc) 198 B
import base from "./rollup.config.base"; const config = Object.assign({}, base, { output: { name: "v-track", file: "dist/v-track.esm.js", format: "es" } }); export default config;