Skip to content

Commit cfa59a9

Browse files
committed
Include the Babel polyfill
1 parent 7ccf1f9 commit cfa59a9

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
@@ -5,7 +5,7 @@
55
"plugins": [
66
["transform-runtime", {
77
"helpers": false,
8-
"polyfill": false,
8+
"polyfill": true,
99
"regenerator": true,
1010
"moduleName": "babel-runtime"
1111
}]

0 commit comments

Comments
 (0)