Browse Source

remove preset-es2015 from babel config (#2849)

closed-social-glitch-2
Nolan Lawson 7 years ago
committed by Eugen Rochko
parent
commit
59ca634b89
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      .babelrc

+ 3
- 2
.babelrc View File

@ -1,12 +1,13 @@
{
"presets": [
"es2015",
"react",
[
"env",
{
"loose": true,
"modules": false
"targets": {
"browsers": ["last 2 versions", "IE >= 11", "iOS >= 9"]
}
}
]
],

Loading…
Cancel
Save