Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit 99f3685

Browse files
committed
Merge pull request #38 from SimenB/es3
Don't explode in IE8
2 parents 630aa79 + 94dbb63 commit 99f3685

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"plugins": ["transform-decorators-legacy", "transform-runtime"],
2+
"plugins": ["transform-decorators-legacy", "transform-runtime", "transform-es3-property-literals", "transform-es3-member-expression-literals"],
33
"presets": ["es2015-loose", "stage-0", "react"]
44
}

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@
3636
"babel-eslint": "^4.1.6",
3737
"babel-loader": "^6.2.0",
3838
"babel-plugin-transform-decorators-legacy": "^1.3.3",
39+
"babel-plugin-transform-es3-member-expression-literals": "^6.5.0",
40+
"babel-plugin-transform-es3-property-literals": "^6.5.0",
3941
"babel-preset-es2015-loose": "^6.1.3",
40-
"babel-preset-stage-0": "^6.3.13",
4142
"babel-preset-react": "^6.3.13",
43+
"babel-preset-stage-0": "^6.3.13",
4244
"eslint": "^0.23",
4345
"eslint-config-airbnb": "0.0.6",
4446
"eslint-plugin-react": "^2.3.0",

0 commit comments

Comments
 (0)