misc/ enable remote module in renderer process (needed for spectron)
This commit is contained in:
2
main.ts
2
main.ts
@@ -20,7 +20,7 @@ function createWindow(): BrowserWindow {
|
|||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: true,
|
nodeIntegration: true,
|
||||||
allowRunningInsecureContent: (serve) ? true : false,
|
allowRunningInsecureContent: (serve) ? true : false,
|
||||||
enableRemoteModule : false // true if you want to use remote module in renderer context (ie. Angular)
|
enableRemoteModule : true // true if you want to run 2e2 test or use remote module in renderer context (ie. Angular)
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user