We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1affd0 commit 3309855Copy full SHA for 3309855
main.ts
@@ -20,7 +20,7 @@ function createWindow(): BrowserWindow {
20
webPreferences: {
21
nodeIntegration: true,
22
allowRunningInsecureContent: (serve) ? true : false,
23
- 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)
24
},
25
});
26
0 commit comments