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
> kug@0.0.0 build
> vue-tsc -b && vite build
error TS6133: 'val1' is declared but its value is never read.
error TS6133: 'val2' is declared but its value is never read.
error TS6133: 'MyComp ' is declared but its value is never read.
Error: Process completed with exit code 2.
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
---Original---
From: "Bjorn ***@***.***>
Date: Mon, Dec 30, 2024 09:14 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [vitejs/vite] Vite cannot detect the components and responsivevariables used by Pug when use VueTemplate (Issue #19088)
The error is from vue-tsc not vite. I think you can report there instead.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
Describe the bug
Depends:
npm install -D pug
File: App.vue
Will Be With Error on Build:
Reproduction
https://gitee.com/heke1228/vite-pug-bug.git
Steps to reproduce
npm run build
System Info
Used Package Manager
npm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: