Skip to content

Commit 7aa71a7

Browse files
authored
Merge pull request #38 from KaleoSoftware/ie10-fix
Fix IE10
2 parents 1d9fcbb + 8b541a7 commit 7aa71a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
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)