Skip to content

Commit bce23bb

Browse files
committed
🔧 Update babel config
1 parent 722098a commit bce23bb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

babel.config.js

+6
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ const config = {
4040
},
4141
},
4242
],
43+
[
44+
'@babel/plugin-transform-runtime',
45+
{
46+
regenerator: false,
47+
},
48+
],
4349
],
4450
ignore: ['**/__tests__/', '**/*.test.js'],
4551
};

0 commit comments

Comments
 (0)