Vu3 打包问题
Vu3 打包问题
npm run build 时出现
原因 TS 验证比较严格
解决方案 :在tsconfig.app。json中添加 “exclude”: [“node_modules/unplugin-element-plus/dist/vite.d.ts”]
彻底解决 在package.json中添加“type-check”: “echo “Skipping type check””,
check"",**
npm run build 时出现
原因 TS 验证比较严格
解决方案 :在tsconfig.app。json中添加 “exclude”: [“node_modules/unplugin-element-plus/dist/vite.d.ts”]
彻底解决 在package.json中添加“type-check”: “echo “Skipping type check””,
check"",**