Skip to content

Commit 3940249

Browse files
committed
use es2015-loose so it works in IE9
1 parent 86f2d5c commit 3940249

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"presets": ["es2015", "flow-vue"]
2+
"presets": ["es2015-loose", "flow-vue"]
33
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"babel-core": "^6.11.4",
2828
"babel-eslint": "^6.1.2",
2929
"babel-loader": "^6.2.4",
30-
"babel-preset-es2015": "^6.9.0",
30+
"babel-preset-es2015-loose": "^7.0.0",
3131
"babel-preset-flow-vue": "^1.0.0",
3232
"buble": "^0.12.3",
3333
"chromedriver": "^2.21.2",

0 commit comments

Comments
 (0)