Skip to content

Commit 8b541a7

Browse files
Fix IE10
1 parent 1d9fcbb commit 8b541a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"presets": ["react", "es2015", "stage-0"],
2+
"presets": ["react", ["es2015", { "loose": true }], "stage-0"],
33
"plugins": [
44
"transform-decorators-legacy"
55
]

0 commit comments

Comments
 (0)