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 31aaf3b commit 28cbd7bCopy full SHA for 28cbd7b
packages/router/package.json
@@ -50,7 +50,7 @@
50
"dev": "vite --config playground/vite.config.js",
51
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
52
"build": "rimraf dist && rollup -c rollup.config.js",
53
- "build:dts": "api-extractor run --local --verbose && tail -n +9 src/globalExtensions.ts >> dist/vue-router.d.ts",
+ "build:dts": "api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts",
54
"build:playground": "vue-tsc --noEmit && vite build --config playground/vite.config.js",
55
"build:e2e": "vue-tsc --noEmit && vite build --config e2e/vite.config.js",
56
"build:size": "pnpm run build && rollup -c size-checks/rollup.config.js",
0 commit comments