Created
September 6, 2017 03:42
-
-
Save jonathanwork/52dffb075455d3885048bd8c7097ed2e to your computer and use it in GitHub Desktop.
work around for electron
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Insert this line above script imports --> | |
| <script>if (typeof module === 'object') {window.module = module; module = undefined;}</script> | |
| <!-- normal script imports etc --> | |
| <!-- Insert this line after script imports --> | |
| <script>if (window.module) module = window.module;</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment