Skip to content

Commit 781f98a

Browse files
committed
Add transform-decorators-legacy plugin
1 parent f66b0f5 commit 781f98a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.babelrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"presets": ["es2015", "stage-0", "react"]
2+
"presets": ["es2015", "stage-0", "react"],
3+
"plugins": [
4+
"transform-decorators-legacy"
5+
]
36
}

0 commit comments

Comments
 (0)