]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
ci: fix sfc playground build
authorEvan You <yyx990803@gmail.com>
Sun, 12 Dec 2021 03:59:17 +0000 (11:59 +0800)
committerEvan You <yyx990803@gmail.com>
Sun, 12 Dec 2021 03:59:17 +0000 (11:59 +0800)
package.json
pnpm-lock.yaml

index b93e979fe83168606a35062d5effafba86f6c448..ba116c779ca78678c7f58e8e4e359bdd26d703b6 100644 (file)
@@ -23,7 +23,7 @@
     "serve": "serve",
     "open": "open http://localhost:5000/packages/template-explorer/local.html",
     "preinstall": "node ./scripts/preinstall.js",
-    "prebuild-sfc-playground": "node scripts/build.js compiler ref-transform shared -af cjs && node scripts/build.js runtime reactivity shared -af esm-bundler && node scripts/build.js vue -f esm-bundler-runtime && node scripts/build.js vue -f esm-browser-runtime && node scripts/build.js compiler-sfc -f esm-browser",
+    "prebuild-sfc-playground": "node scripts/build.js compiler reactivity-transform shared -af cjs && node scripts/build.js runtime reactivity shared -af esm-bundler && node scripts/build.js vue -f esm-bundler-runtime && node scripts/build.js vue -f esm-browser-runtime && node scripts/build.js compiler-sfc -f esm-browser",
     "build-sfc-playground": "cd packages/sfc-playground && npm run build"
   },
   "types": "test-dts/index.d.ts",
@@ -58,7 +58,6 @@
     "@types/node": "^16.4.7",
     "@types/puppeteer": "^5.0.0",
     "@typescript-eslint/parser": "^4.1.1",
-    "@vitejs/plugin-vue": "^1.10.2",
     "@vue/reactivity": "workspace:*",
     "@vue/runtime-core": "workspace:*",
     "@vue/runtime-dom": "workspace:*",
index c578ffdbf8f6344d0b905301474d4d23b0c89e5d..8fe47876d80b3ef97903e28e5a5ed9f0ecf5b44d 100644 (file)
@@ -15,7 +15,6 @@ importers:
       '@types/node': ^16.4.7
       '@types/puppeteer': ^5.0.0
       '@typescript-eslint/parser': ^4.1.1
-      '@vitejs/plugin-vue': ^1.10.2
       '@vue/reactivity': workspace:*
       '@vue/runtime-core': workspace:*
       '@vue/runtime-dom': workspace:*
@@ -62,7 +61,6 @@ importers:
       '@types/node': 16.11.12
       '@types/puppeteer': 5.4.4
       '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.5.3
-      '@vitejs/plugin-vue': 1.10.2_vite@2.7.1
       '@vue/reactivity': link:packages/reactivity
       '@vue/runtime-core': link:packages/runtime-core
       '@vue/runtime-dom': link:packages/runtime-dom