angular-cli-electron
angular-cli-electron copied to clipboard
require.js is not available
When following the instructions to enable fs access, I get Uncaught ReferenceError: require is not defined.
@Seankps change in src/electron.dev.js:
nodeIntegration: false to nodeIntegration: true, then it will work