Skip to content
Snippets Groups Projects
Commit 59ca634b authored by Nolan Lawson's avatar Nolan Lawson Committed by Eugen Rochko
Browse files

remove preset-es2015 from babel config (#2849)

parent 80093662
No related branches found
No related tags found
No related merge requests found
{
"presets": [
"es2015",
"react",
[
"env",
{
"loose": true,
"modules": false
"targets": {
"browsers": ["last 2 versions", "IE >= 11", "iOS >= 9"]
}
}
]
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment