1.0.4 • Published 11 months ago
zzs-tracker v1.0.4
最新版本可能打包出现问题,可以使用以下版本 "rollup": "^2.76.0", "rollup-plugin-dts": "^4.2.2", "rollup-plugin-typescript2": "^0.32.1", "typescript": "^4.7.4"
所有功能写完之后要对 packge.json 进行配置 "main": "dist/index.cjs.js",// 对应 import "module": "dist/index.esm.js",//对应 esmodule "browser": "dist/index.js",//对应 umd
"files":"dist", //如果不写 files,会把所有内容上传到 npm