vue3版本,通过hbuildx创建的项目,只要添加了vite.config.js就会报错 Could not resolve './App' from ../../../../../../Users/tutouwanglufei/projects/helloworld/seer/main.js
21:45:45.462 项目 'seer' 开始编译...
21:45:46.114 编译器版本:3.6.4(vue3)
21:45:46.117 请注意运行模式下,因日志输出、sourcemap 以及未压缩源码等原因,性能和包体积,均不及发行模式。
21:45:46.117 正在编译中...
21:45:46.189 vite v2.9.14 building for development...
21:45:46.207 watching for file changes...
21:45:46.214 build started...
21:45:46.240 transforming...
21:45:46.271 ✓ 3 modules transformed.
21:45:46.278 Could not resolve './App' from ../../../../../../Users/tutouwanglufei/projects/helloworld/seer/main.js
21:45:46.907 vite v2.9.14 building for development...
21:45:46.911 watching for file changes...
21:45:46.927 build started...
21:45:46.959 transforming...
21:45:46.992 ✓ 3 modules transformed.
21:45:46.996 Could not resolve './App' from ../../../../../../Users/tutouwanglufei/projects/helloworld/seer/main.js
vue3版本,通过hbuildx创建的项目,只要添加了vite.config.js就会报错 Could not resolve './App' from ../../../../../../Users/tutouwanglufei/projects/helloworld/seer/main.js