Skip to content

Commit de8fb34

Browse files
committed
Update Babel configuration
1 parent 1f02c3d commit de8fb34

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
@@ -3,6 +3,6 @@
33
["@babel/preset-env", { "loose": true }]
44
],
55
"plugins": [
6-
"@babel/plugin-transform-runtime"
6+
["@babel/plugin-transform-runtime", { "helpers": false }]
77
]
88
}

0 commit comments

Comments
 (0)