1
0
mirror of synced 2026-04-05 07:48:35 +08:00

chore: install 后需要build,不然run playground会报错

This commit is contained in:
roymondchen
2022-07-01 19:38:58 +08:00
committed by jia000
parent a7afe057fb
commit 68302c01f1
15 changed files with 38 additions and 131 deletions

View File

@@ -26,6 +26,6 @@
"@vitejs/plugin-react-refresh": "^1.3.1",
"recast": "^0.20.4",
"typescript": "^4.3.4",
"vite": "^ 2.9.13"
"vite": "^2.9.13"
}
}

View File

@@ -20,7 +20,7 @@
"rollup": "^2.25.0",
"rollup-plugin-external-globals": "^0.6.1",
"sass": "^1.35.1",
"vite": "^ 2.9.13",
"vite": "^2.9.13",
"vite-plugin-vue2": "^2.0.1",
"vue-template-compiler": "^2.6.14"
}

View File

@@ -23,7 +23,7 @@
"rollup": "^2.25.0",
"rollup-plugin-external-globals": "^0.6.1",
"sass": "^1.35.1",
"vite": "^ 2.9.13",
"vite": "^2.9.13",
"vite-plugin-vue2": "^2.0.1",
"vue-template-compiler": "^2.6.14"
}

View File

@@ -26,7 +26,7 @@
"rollup-plugin-external-globals": "^0.6.1",
"sass": "^1.35.1",
"typescript": "^4.3.4",
"vite": "^ 2.9.13",
"vite": "^2.9.13",
"vue-tsc": "^0.38.2"
}
}