We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa2af2 commit 5eaab39Copy full SHA for 5eaab39
package.json
@@ -10,8 +10,7 @@
10
"dev": "vite",
11
"watch": "pnpm dev",
12
"play": "sh src/playground/configs/build.sh && NODE_ENV=playground vite",
13
- "bundle": "rollup -c --bundleConfigAsCjs",
14
- "build": "vite build --config vite.build.config.ts",
+ "build": "vue-tsc && vite build --config vite.build.config.ts",
15
"build:docs": "vite build",
16
"predeploy": "npm run build",
17
"deploy": "gh-pages -d docs",
0 commit comments