nklayman / vue-cli-plugin-electron-builder

Easily Build Your Vue.js App For Desktop With Electron
https://nklayman.github.io/vue-cli-plugin-electron-builder/
MIT License
4.12k stars 279 forks source link

Do not compress the mainBundle during packaging #1997

Open ValueLan opened 2 months ago

ValueLan commented 2 months ago

Do not compress the mainBundle during packaging, as it causes issues with automatic table creation using TypeORM. When the files are compressed and compiled, the automatic table creation process becomes disordered. However, there are no problems in the development environment.