diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index 01b546a5323ee8..b6468fbbfcb9b0 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -11,7 +11,7 @@ "scripts": { "dev": "tsc -p . -w --incremental", "build": "rimraf dist && run-s build-bundle build-types", - "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", "build-types": "tsc -p . --emitDeclarationOnly --outDir temp && api-extractor run && rimraf temp", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . --lerna-package plugin-vue", "release": "node ../../scripts/release.js"