Make electron v5 work. Use polyfill for HTML import. #30
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I modified tutorial 2 to factor out the use of HTML imports and instead use a polyfill. Note that electron v5.x requires nodeIntegration to be set true when creating the BrowserWindow object, which I also modified. One note is that the welcome page does not show at initial load but will show when the menu is clicked. Not sure why, but the deprecation warning is now gone.