vue3打包项目时报错:
terser not found. Since Vite v3, terser has become an optional dependency. You need to install it
解决办法:安装指定依赖。
npm install terser
vue3打包项目时报错:
terser not found. Since Vite v3, terser has become an optional dependency. You need to install it
解决办法:安装指定依赖。
npm install terser