|
|
@@ -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 再重新打包
|