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 a46b6f3 commit 840899bCopy full SHA for 840899b
packages/vue/package.json
@@ -15,9 +15,8 @@
15
"scripts": {
16
"build": "rollup -c",
17
"prebuild": "rm -rf dist && npm run build --prefix ../html",
18
- "postbuild": "replace-in-files --string='.vue' --replacement='' dist/index.d.ts && npm run copy:dts && npm run copy:pkg",
+ "postbuild": "replace-in-files --string='.vue' --replacement='' dist/index.d.ts && npm run copy:dts",
19
"copy:dts": "cp dist/index.d.ts dist/index.umd.d.ts && cp dist/index.d.ts dist/index.ssr.d.ts",
20
- "copy:pkg": "cp package.json ./dist",
21
"prepublishOnly": "npm run build",
22
"start": "vue-cli-service serve sampleApp/main.ts",
23
"build:app": "vue-cli-service build",
0 commit comments