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 493a9b6 commit fb06d0bCopy full SHA for fb06d0b
.babelrc.js
@@ -6,6 +6,7 @@ module.exports = {
6
['@babel/plugin-transform-classes', { loose: true }],
7
['@babel/plugin-transform-destructuring', { loose: true }],
8
['@babel/plugin-transform-spread', { loose: true }],
9
+ ['@babel/plugin-transform-for-of', { assumeArray: true }],
10
],
11
env: {
12
cjs: {
0 commit comments