We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
import 变量关键词 生成的类型错误 具体看示例
https://stackblitz.com/edit/vitejs-vite-ttfjga?file=vite.config.ts
仓库中npm run build后 在dist中查看生成的类型
示例仓库中可最小化复现
The text was updated successfully, but these errors were encountered:
Now a workaround is to set clearPureImport to false.
clearPureImport
false
Sorry, something went wrong.
d0c0c86
Now a workaround is to set clearPureImport to false.现在的解决方法是将 clearPureImport false 设置为 。
Received. Thank you.
No branches or pull requests
Describe the bug
import 变量关键词 生成的类型错误 具体看示例
Reproduction
https://stackblitz.com/edit/vitejs-vite-ttfjga?file=vite.config.ts
Steps to reproduce
仓库中npm run build后
在dist中查看生成的类型
System Info
Validations
The text was updated successfully, but these errors were encountered: