Skip to content

Instantly share code, notes, and snippets.

@vadirn
Last active February 10, 2017 16:56
Show Gist options
  • Save vadirn/8cbe14330424dfa48064c877a2c43f7b to your computer and use it in GitHub Desktop.
Save vadirn/8cbe14330424dfa48064c877a2c43f7b to your computer and use it in GitHub Desktop.
{
"presets": [
["latest", { "es2015": { "modules": false } }],
["react"],
["env", {
"useBuiltIns": true,
"debug": false,
"targets": {
"browsers": ["last 3 versions"]
}
}]
],
"env": {
"production": {
"plugins": [
"transform-react-inline-elements",
"transform-react-constant-elements"
]
}
}
}
babel-core babel-loader babel-polyfill babel-preset-latest babel-plugin-transform-react-inline-elements babel-plugin-transform-react-constant-elements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment