Closed CharleeWa closed 4 months ago
New developments on this issue: it seems related to my upgrade of the unplugin-auto-import
plugin to version 0.18.0
. Upon reviewing the source code, the plugin's author set the default value of viteOptimizeDeps
to true
, which might be the cause of the problem. I'm not sure if this should be fixed. For now, I'll set viteOptimizeDeps
to false
to resolve the issue.
https://github.com/unplugin/unplugin-auto-import/commit/3a27e14
This is resolved by upgrading unplugin-auto-import
to 0.18.1
Reporting a bug?
hi @kazupon, When attempting to run
pnpm dev
, I encountered an error message:No known conditions for "./messages" specifier in "@intlify/unplugin-vue-i18n" package
.Expected behavior
I hope everything runs fine.
Reproduction
https://github.com/easy-temps/vue3-vant-mobile/tree/main
Issue Package
unplugin-vue-i18n
System Info
Screenshot
1、
2、
Additional context
No response
Validations