Use >= in .babelrc
This commit is contained in:
parent
e0bb0ac7b6
commit
1a1fe4b283
1 changed files with 6 additions and 6 deletions
12
.babelrc
12
.babelrc
|
@ -6,12 +6,12 @@
|
|||
// See config/browser.rb
|
||||
"browsers": [
|
||||
"> 1%",
|
||||
"Chrome 40",
|
||||
"IE 11",
|
||||
"Edge 12",
|
||||
"Firefox 45",
|
||||
"Safari 8",
|
||||
"iOS 8"
|
||||
"Chrome >= 40",
|
||||
"IE >= 11",
|
||||
"Edge >= 12",
|
||||
"Firefox >= 45",
|
||||
"Safari >= 8",
|
||||
"iOS >= 8"
|
||||
],
|
||||
"uglify": true
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue