zhangxing il y a 3 ans
Parent
commit
1b537e47a2
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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 再重新打包