We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99b8c8a + 375ddbb commit ba30a41Copy full SHA for ba30a41
20 files changed
.babelrc
@@ -1,3 +1,6 @@
1
{
2
- "presets": ["es2015", "stage-0", "react"]
+ "presets": ["es2015", "stage-0", "react"],
3
+ "plugins": [
4
+ "transform-decorators-legacy"
5
+ ]
6
}
0 commit comments