zhangxing 3 년 전
부모
커밋
1b537e47a2
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -48,4 +48,6 @@ if (location.href.indexOf("#reloaded") === -1) {
     ]
 
 
-## vite打包时会报错 terser not found. Since Vite v3, terser has become an optional dependency. You need to install it. 解决办法:yarn add terser --legacy-peer-deps 再重新打包
+## vite打包时会报错 
+terser not found. Since Vite v3, terser has become an optional dependency. You need to install it. 
+## 解决办法:yarn add terser --legacy-peer-deps 再重新打包