@@ -75,7 +75,7 @@
"prettier": "^1.19.1",
"transliteration": "^2.2.0",
"typescript": "^4.1.5",
- "vite": "^2.1.1",
+ "vite": "^2.1.2",
"vite-plugin-md": "^0.6.1"
},
"eslintConfig": {
@@ -24,7 +24,6 @@ export default defineConfig({
plugins: [vue()],
build: {
- target: 'esnext',
rollupOptions: {
// 请确保外部化那些你的库中不需要的依赖
external: ['vue'],