Hi guys
I'm sorry but, I couldn't with my problem. I use firebase, aws-sdk and fs (for readFileSync) that I think can are generating problems. when I run npm run dev its work fine but in npm run build (on windows) doesn't work.
I tried any form to show the devtools as 214 or remove some code of webpack.renderer.config.js and webpack.main.config.js but I haven't got something
This the project of example https://github.com/fortil/electron-vue-firebase-aws-vuetify
Thanks
I resolved it
I write the following solution for futures questions
src/main/index.js add the line mainWindow.webContents.openDevTools() after mainWindow.loadURL(winURL), with this open the devtools after builded.webpack.rederer.config.js and webpack.main.config.js change true by false:
Most helpful comment
I resolved it
I write the following solution for futures questions
First, open devtools
src/main/index.jsadd the linemainWindow.webContents.openDevTools()aftermainWindow.loadURL(winURL), with this open the devtools after builded.webpack.rederer.config.jsandwebpack.main.config.jschangetruebyfalse: