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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug 描述(Describe the bug)
使用vite5.1.6打包,开启如下设置后白屏 esbuild: { drop: ['console'], },
ezuikit-js 版本:8.0.4-beta.1
The text was updated successfully, but these errors were encountered:
bug 描述(Describe the bug) 使用vite5.1.6打包,开启如下设置后白屏 esbuild: { drop: ['console'], }, ezuikit-js 版本:8.0.4-beta.1
可以提供一下具体报错信息吗
Sorry, something went wrong.
打包后去掉了 console 所以看不到报错信息了,排查原因时就放开了console,发现放开console后就正常了
evanw/esbuild#4020
No branches or pull requests
bug 描述(Describe the bug)
使用vite5.1.6打包,开启如下设置后白屏
esbuild: {
drop: ['console'],
},
ezuikit-js 版本:8.0.4-beta.1
The text was updated successfully, but these errors were encountered: