-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Production build #1
Comments
@pleerock any thoughts? |
Hi @rohmanhm Can you verify that your dist builds correctly without I am also interested in integrating Electron TypeORM in the coming few weeks and will come up with a solution. What technologies are you using? I wouldn't recommend importing modules through a script tag in html. |
Yeah, don't use This boilerplate inspired me. This is mine also works now in dev and production mode using ipcMain and ipcRenderer. |
You can also try that one: |
Hi, I need to know how to build this example into production app like
.exe
?I have run
But throws an error
I just want to make sure that this example will have no error after release build.
Because I have an app that follows along the way with how this app works but only works on development mode, when I run on release build its error says that
Cannot find module typeorm
. Maybe because this lineelectron-typescript-example/src/index.html
Lines 15 to 16 in 06e9448
The text was updated successfully, but these errors were encountered: