Skip to content

Commit a8f1112

Browse files
committed
Merge pull request #29 from finalfreq/fix-ie9/10
switch to ES2015 loose mode to fix issue with ie9 and 10
2 parents 3a10c73 + b033f01 commit a8f1112

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,6 +1,6 @@
11
{
22
"presets": [
3-
"es2015",
3+
"es2015-loose",
44
"stage-1",
55
"react"
66
]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"babel-core": "^6.5.1",
3333
"babel-eslint": "^4.1.8",
3434
"babel-loader": "^6.2.2",
35-
"babel-preset-es2015": "^6.5.0",
35+
"babel-preset-es2015-loose": "^7.0.0",
3636
"babel-preset-react": "^6.5.0",
3737
"babel-preset-stage-1": "^6.5.0",
3838
"cross-env": "^1.0.7",

0 commit comments

Comments
 (0)