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": [ "presets": [
"es2015",
"react", "react",
[ [
"env", "env",
{ {
"loose": true, "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