We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f02c3d commit de8fb34Copy full SHA for de8fb34
.babelrc
@@ -3,6 +3,6 @@
3
["@babel/preset-env", { "loose": true }]
4
],
5
"plugins": [
6
- "@babel/plugin-transform-runtime"
+ ["@babel/plugin-transform-runtime", { "helpers": false }]
7
]
8
}
0 commit comments