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
|
// See config/browser.rb
|
||||||
"browsers": [
|
"browsers": [
|
||||||
"> 1%",
|
"> 1%",
|
||||||
"Chrome 40",
|
"Chrome >= 40",
|
||||||
"IE 11",
|
"IE >= 11",
|
||||||
"Edge 12",
|
"Edge >= 12",
|
||||||
"Firefox 45",
|
"Firefox >= 45",
|
||||||
"Safari 8",
|
"Safari >= 8",
|
||||||
"iOS 8"
|
"iOS >= 8"
|
||||||
],
|
],
|
||||||
"uglify": true
|
"uglify": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue