Skip to content

Instantly share code, notes, and snippets.

@jantimon
Created August 13, 2018 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jantimon/849b496a5a7beb615ec17d06a1965c98 to your computer and use it in GitHub Desktop.
Save jantimon/849b496a5a7beb615ec17d06a1965c98 to your computer and use it in GitHub Desktop.
DynamicRequire
export default function() {
return import('react-dom');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment