vite 编译问题?
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
回答:
找到了
const url = `/src/assets/common/img-${permission ? '' : 'disabled-'}error.jpg` return new URL(`${url}`, import.meta.url).href
这段注释掉就好了...应该是 import.meta.url
的问题
以上是 vite 编译问题? 的全部内容, 来源链接: utcz.com/p/933092.html