Last active
December 10, 2017 16:47
-
-
Save geoffmiller/bdac140bcfc5c3cf7f47d13f0f413b72 to your computer and use it in GitHub Desktop.
.babelrc for Dynamic Imports (react)
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
Show hidden characters
{ | |
"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