require is not defined
fix security issue with http local server: https://github.com/electron/electron/blob/master/docs/api/browser-window.md#class-browserwindow beutify dev-web -> web fix tslint.json v5 naming issue
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"dev-web": {
|
||||
"web": {
|
||||
"optimization": false,
|
||||
"outputHashing": "all",
|
||||
"sourceMap": true,
|
||||
@@ -95,8 +95,8 @@
|
||||
"dev": {
|
||||
"browserTarget": "angular-electron:build:dev"
|
||||
},
|
||||
"dev-web": {
|
||||
"browserTarget": "angular-electron:build:dev-web"
|
||||
"web": {
|
||||
"browserTarget": "angular-electron:build:web"
|
||||
},
|
||||
"production": {
|
||||
"browserTarget": "angular-electron:build:production"
|
||||
|
||||
Reference in New Issue
Block a user