Skip to content

Commit 70df2c6

Browse files
authored
chore(vue): Remove vue bundle generation (#8138)
1 parent 359a517 commit 70df2c6

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

packages/vue/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,10 @@
3030
},
3131
"scripts": {
3232
"build": "run-p build:transpile build:types",
33-
"build:bundle": "rollup --config rollup.bundle.config.js",
3433
"build:dev": "run-p build:transpile build:types",
3534
"build:transpile": "rollup -c rollup.npm.config.js",
3635
"build:types": "tsc -p tsconfig.types.json",
3736
"build:watch": "run-p build:transpile:watch build:types:watch",
38-
"build:bundle:watch": "rollup --config --watch",
3937
"build:dev:watch": "run-p build:transpile:watch build:types:watch",
4038
"build:transpile:watch": "rollup -c rollup.npm.config.js --watch",
4139
"build:types:watch": "tsc -p tsconfig.types.json --watch",

packages/vue/rollup.bundle.config.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)