Skip to content

Commit 4bff355

Browse files
committed
Able to run tests, but not passing yet
1 parent bfd956f commit 4bff355

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.babelrc

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
2-
"presets": ["es2015", "react", "stage-0"],
2+
"presets": ["es2015", "stage-0", "react"],
33
"plugins": [
44
"transform-react-jsx",
5+
"transform-class-properties",
6+
"transform-class-constructor-call",
57
"transform-export-extensions",
68
"transform-class-constructor-call",
79
"transform-es2015-spread",
@@ -10,11 +12,6 @@
1012
"transform-es2015-parameters",
1113
"transform-es2015-block-scoping",
1214
"transform-es2015-classes",
13-
"syntax-export-extensions",
14-
"syntax-class-properties",
15-
"syntax-class-constructor-call",
16-
"syntax-jsx",
17-
"check-es2015-constants",
1815
"transform-es2015-destructuring",
1916
"transform-es2015-literals",
2017
"transform-es2015-shorthand-properties",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"babel-plugin-syntax-export-extensions": "^6.3.13",
4949
"babel-plugin-syntax-jsx": "^6.0.14",
5050
"babel-plugin-transform-class-constructor-call": "^6.3.13",
51+
"babel-plugin-transform-class-properties": "^6.3.13",
5152
"babel-plugin-transform-es2015-arrow-functions": "^6.0.14",
5253
"babel-plugin-transform-es2015-block-scoping": "^6.3.13",
5354
"babel-plugin-transform-es2015-classes": "^6.3.15",

0 commit comments

Comments
 (0)