You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using electron27.1 and electron-forge7.1 versions,
But when I run npm run make (the same make command as the electron-vite template), this will cause my entire project to be copied to the root directory out. The following is the path location "out/ruoyi-win32-x64/resources/ app", the code under this app completely contains my source code, and the resource files such as html and js inside have not been compressed by Vite construction. What is going on?
Pre-flight checklist
Electron Forge version
7.1
Electron version
27.1
Operating system
win10
Last known working Electron Forge version
No response
Expected behavior
使用electron-forge执行make构建,应该只使用vite构建好的文件进行打包exe,然后也不应该复制整个node_modules目录到out目录下。
Actual behavior
I'm using electron27.1 and electron-forge7.1 versions,
But when I run npm run make (the same make command as the electron-vite template), this will cause my entire project to be copied to the root directory out. The following is the path location "out/ruoyi-win32-x64/resources/ app", the code under this app completely contains my source code, and the resource files such as html and js inside have not been compressed by Vite construction. What is going on?
This link seems to have the same problem.
#3224 (comment)
Steps to reproduce
none
Additional information
No response
The text was updated successfully, but these errors were encountered: