diff --git a/babel.config.cjs b/babel.config.cjs index f50e6765..e58caf00 100644 --- a/babel.config.cjs +++ b/babel.config.cjs @@ -3,7 +3,7 @@ module.exports = { ['@babel/env', { modules: false, targets: { - node: '16' + node: '14' } }] ],