vite vue3项目打包如何跳过ts检查并进行打包

364 阅读1分钟

vite vue3项目打包时总是有很长时间的检查时间,等待时间很是恼火。 可以在package.json文件中加一条命令, "build:noesLint": "vite build",