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 359a517 commit 70df2c6Copy full SHA for 70df2c6
packages/vue/package.json
@@ -30,12 +30,10 @@
30
},
31
"scripts": {
32
"build": "run-p build:transpile build:types",
33
- "build:bundle": "rollup --config rollup.bundle.config.js",
34
"build:dev": "run-p build:transpile build:types",
35
"build:transpile": "rollup -c rollup.npm.config.js",
36
"build:types": "tsc -p tsconfig.types.json",
37
"build:watch": "run-p build:transpile:watch build:types:watch",
38
- "build:bundle:watch": "rollup --config --watch",
39
"build:dev:watch": "run-p build:transpile:watch build:types:watch",
40
"build:transpile:watch": "rollup -c rollup.npm.config.js --watch",
41
"build:types:watch": "tsc -p tsconfig.types.json --watch",
packages/vue/rollup.bundle.config.js
0 commit comments