Closed
Description
- Electron Version: 5.0.0-beta.4
- Operating System: macOS 10.13.6
- Last Known Working Electron version:: 4.0.6
Expected Behavior
window.require
exists.
Actual Behavior
typeof window.require === 'undefined'
To Reproduce
git clone https://github.com/electron/simple-samples
cd activity-monitor
npm i electron@5.0.0-beta.4
npm start
Activity
MarshallOfSound commentedon Mar 4, 2019
This is an intended change in behavior and is listed in our breaking changes document. The default value for
nodeIntegration
changed.https://github.com/electron/electron/blob/v5.0.0-beta.1/docs/api/breaking-changes.md#planned-breaking-api-changes-50
natew commentedon Mar 4, 2019
Ah, looked all over blog and releases for that and didn't see the breaking changes document. Thank you.