vite + vue2
有没有遇到 这种 bug 的
编译后[plugin:vite:import-glob] EACCES: permission denied, scandir '/var/audit'
尝试了 hmr:{overlay:false}
不报错了 但是还是会提示
vue-router.esm.js:1921 TypeError: Failed to fetch dynamically imported module: http://localhost:3000/src/views/navs/index.vue
找到了
这段注释掉就好了...应该是
import.meta.url
的问题