We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e950c6e commit b3ff091Copy full SHA for b3ff091
packages/plugin-vue/package.json
@@ -11,7 +11,7 @@
11
"scripts": {
12
"dev": "tsc -p . -w --incremental",
13
"build": "rimraf dist && run-s build-bundle build-types",
14
- "build-bundle": "esbuild src/index.ts --bundle --platform=node --target=node12 --external:@vue/compiler-sfc --outfile=dist/index.js",
+ "build-bundle": "esbuild src/index.ts --bundle --platform=node --target=node12 --external:@vue/compiler-sfc --external:vite --outfile=dist/index.js",
15
"build-types": "tsc -p . --emitDeclarationOnly --outDir temp && api-extractor run && rimraf temp",
16
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . --lerna-package plugin-vue",
17
"release": "node ../../scripts/release.js"
0 commit comments