You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When upgrading from 1.1.0 to 1.1.1, my vitepress site fails to build with the error:
vitepress v1.1.1
- building client + server bundles...
x Build failed in 3.78s
✖ building client + server bundles...
build error:
SyntaxError: Element is missing end tag.
at createCompilerError (/home/runner/work/vue-metamorph/vue-metamorph/node_modules/.pnpm/@[email protected]/node_modules/@vue/compiler-core/dist/compiler-core.cjs.prod.js:1325:17)
at emitError (/home/runner/work/vue-metamorph/vue-metamorph/node_modules/.pnpm/@[email protected]/node_modules/@vue/compiler-core/dist/compiler-core.cjs.prod.js:2794:5)
at Object.onclosetag (/home/runner/work/vue-metamorph/vue-metamorph/node_modules/.pnpm/@[email protected]/node_modules/@vue/compiler-core/dist/compiler-core.cjs.prod.js:2182:13)
at Tokenizer.stateInClosingTagName (/home/runner/work/vue-metamorph/vue-metamorph/node_modules/.pnpm/@[email protected]/node_modules/@vue/compiler-core/dist/compiler-core.cjs.prod.js:749:16)
at Tokenizer.parse (/home/runner/work/vue-metamorph/vue-metamorph/node_modules/.pnpm/@[email protected]/node_modules/@vue/compiler-core/dist/compiler-core.cjs.prod.js:1107:16)
at Object.baseParse (/home/runner/work/vue-metamorph/vue-metamorph/node_modules/.pnpm/@[email protected]/node_modules/@vue/compiler-core/dist/compiler-core.cjs.prod.js:2826:13)
at Object.parse (/home/runner/work/vue-metamorph/vue-metamorph/node_modules/.pnpm/@[email protected]/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.prod.js:633:23)
at Object.parse$2 [as parse] (/home/runner/work/vue-metamorph/vue-metamorph/node_modules/.pnpm/@[email protected]/node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js:1853:24)
at createDescriptor (file:///home/runner/work/vue-metamorph/vue-metamorph/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@vitejs/plugin-vue/dist/index.mjs:74:[43](https://github.com/UnrefinedBrain/vue-metamorph/actions/runs/8737437266/job/23974421388?pr=68#step:8:44))
at transformMain (file:///home/runner/work/vue-metamorph/vue-metamorph/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@vitejs/plugin-vue/dist/index.mjs:2367:34)
Describe the bug
When upgrading from 1.1.0 to 1.1.1, my vitepress site fails to build with the error:
Reproduction
https://github.com/UnrefinedBrain/vue-metamorph/actions/runs/8737437266/job/23974421388?pr=68
dependabot/npm_and_yarn/development-dependencies-abea8692ad
branchpnpm i && pnpm docs:build
Expected behavior
build should succeed like in 1.1.0
System Info
happens everywhere, but this is my local envinfo
Additional context
The same code builds successfully on vitepress 1.1.0
Validations
The text was updated successfully, but these errors were encountered: