Skip to content

Instantly share code, notes, and snippets.

@icodesido
Created January 16, 2019 14:00
Show Gist options
  • Save icodesido/7f86ed353251ffca4c57bea3545a1ff6 to your computer and use it in GitHub Desktop.
Save icodesido/7f86ed353251ffca4c57bea3545a1ff6 to your computer and use it in GitHub Desktop.
2 bundles
(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