Created
January 16, 2019 14:00
-
-
Save icodesido/7f86ed353251ffca4c57bea3545a1ff6 to your computer and use it in GitHub Desktop.
2 bundles
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
(function() { | |
try { | |
new Function('async () => {}')(); | |
} catch (error) { | |
// create script tag pointing to legacy-bundle.js; | |
return; | |
} | |
// create script tag pointing to modern-bundle.js;; | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment