Skip to content

Instantly share code, notes, and snippets.

@geoffmiller
Last active December 10, 2017 16:47
Show Gist options
  • Save geoffmiller/bdac140bcfc5c3cf7f47d13f0f413b72 to your computer and use it in GitHub Desktop.
Save geoffmiller/bdac140bcfc5c3cf7f47d13f0f413b72 to your computer and use it in GitHub Desktop.
.babelrc for Dynamic Imports (react)
{
"presets": [
"react",
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}],
"stage-0"
],
"comments": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment