build: remove electron reload

This commit is contained in:
Johannes Millan 2021-10-01 15:50:52 +02:00
parent 188661c0ea
commit 93d30f6443
3 changed files with 29 additions and 14 deletions

View file

@ -181,7 +181,8 @@
"serve": {
"builder": "@angular-builders/custom-webpack:dev-server",
"options": {
"browserTarget": "sp2:build"
"browserTarget": "sp2:build",
"open": false
},
"configurations": {
"production": {