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 0d1578f commit 4fe4d8cCopy full SHA for 4fe4d8c
babel.config.js
@@ -92,8 +92,8 @@ module.exports = function getBabelConfig(api) {
92
'@babel/plugin-transform-runtime',
93
{
94
useESModules,
95
- // any package needs to declare 7.4.4 as a runtime dependency. default is ^7.0.0
96
- version: '^7.4.4',
+ // any package needs to declare 7.25.0 as a runtime dependency. default is ^7.0.0
+ version: '^7.25.0',
97
},
98
],
99
[
0 commit comments