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
在pc电脑端调试的时候,不希望有vconsole,因为vconsole会拦截console的log信息,不便于定位代码。 但是vite的配置文件中,启动的时候无法拿到浏览器的userAgent,这个问题怎么解决,只能是页面打开的时候再去判断是否初始化vconsole了吗
The text was updated successfully, but these errors were encountered:
这个似乎目前暂无法支持,后续参数优化的新版本可以考虑加上这个需求
Sorry, something went wrong.
可自定义规则来判断页面userAgent正式版发布啦,欢迎体验:vite-plugin-vconsole v2.0.0
Successfully merging a pull request may close this issue.
在pc电脑端调试的时候,不希望有vconsole,因为vconsole会拦截console的log信息,不便于定位代码。
但是vite的配置文件中,启动的时候无法拿到浏览器的userAgent,这个问题怎么解决,只能是页面打开的时候再去判断是否初始化vconsole了吗
The text was updated successfully, but these errors were encountered: