Fix webpack prod/dev env

This commit is contained in:
Maxime GRIS
2017-05-01 14:08:41 +02:00
parent 78e8da71d2
commit 8549da1a17
7 changed files with 182 additions and 115 deletions

View File

@@ -55,7 +55,9 @@ You can desactivate "Developer Tools" by commenting `win.webContents.openDevTool
## To build for production
- npm run electron:dist
* Using development variables (environments/index.ts) : `npm run electron:dev`
* Using production variables (environments/index.prod.ts) : `npm run electron:prod`
Your built files are in the /dist folder.