Unsafe-eval was throwing an error on compile

This commit is contained in:
mmcwilliams 2019-06-22 11:52:14 -04:00
parent a4f8ffc3c6
commit 9a464a2fcf
7 changed files with 7 additions and 11 deletions

View File

@ -23,8 +23,7 @@ class WebView {
this.digitalWindow = new BrowserWindow({
webPreferences: {
nodeIntegration: true,
allowRunningInsecureContent: false,
'unsafe-eval': false
allowRunningInsecureContent: false
},
width: 800,
height: 600,

File diff suppressed because one or more lines are too long

View File

@ -23,8 +23,7 @@ class WebView {
this.digitalWindow = new BrowserWindow({
webPreferences: {
nodeIntegration: true,
allowRunningInsecureContent: false,
'unsafe-eval': false
allowRunningInsecureContent: false
},
width: 800,
height: 600,

File diff suppressed because one or more lines are too long

View File

@ -23,8 +23,7 @@ class WebView {
this.digitalWindow = new BrowserWindow({
webPreferences: {
nodeIntegration: true,
allowRunningInsecureContent: false,
'unsafe-eval': false
allowRunningInsecureContent: false
},
width: 800,
height: 600,

File diff suppressed because one or more lines are too long

View File

@ -29,8 +29,7 @@ class WebView {
this.digitalWindow = new BrowserWindow({
webPreferences: {
nodeIntegration: true,
allowRunningInsecureContent: false,
'unsafe-eval' : false
allowRunningInsecureContent: false
},
width: 800,
height: 600,