alex8088 / electron-vite

Next generation Electron build tooling based on Vite 新一代 Electron 开发构建工具,支持源代码保护
https://electron-vite.org
MIT License
3.57k stars 153 forks source link

node 环境不能设置路径别名是吗,dev 开发运行没问题,打包报错找不到路径 #632

Closed MyDataHouse closed 1 month ago

MyDataHouse commented 1 month ago

Describe the bug

image image image

该配的都配了 dev是正常运行的 ,开发时也没有报错。只有在打包时会报错

Electron-Vite Version

2.3.0

Electron Version

32.0.0

Vite Version

5.4.6

Validations

MyDataHouse commented 1 month ago

image

我现在感觉是声明的全局类型,在打包时都失效了。pnpm typecheck:node 检查类型也没错误 electron-vite preview dev 都正常,只要 打包就报错