We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bff355 commit 5f66058Copy full SHA for 5f66058
.babelrc
@@ -4,6 +4,7 @@
4
"transform-react-jsx",
5
"transform-class-properties",
6
"transform-class-constructor-call",
7
+ "transform-decorators-legacy",
8
"transform-export-extensions",
9
10
"transform-es2015-spread",
package.json
@@ -49,6 +49,7 @@
49
"babel-plugin-syntax-jsx": "^6.0.14",
50
"babel-plugin-transform-class-constructor-call": "^6.3.13",
51
"babel-plugin-transform-class-properties": "^6.3.13",
52
+ "babel-plugin-transform-decorators-legacy": "^1.2.0",
53
"babel-plugin-transform-es2015-arrow-functions": "^6.0.14",
54
"babel-plugin-transform-es2015-block-scoping": "^6.3.13",
55
"babel-plugin-transform-es2015-classes": "^6.3.15",
0 commit comments