diff --git a/navigator/babel.config.js b/navigator/babel.config.js index 1f3f880..8015eee 100644 --- a/navigator/babel.config.js +++ b/navigator/babel.config.js @@ -1 +1,5 @@ -module.exports = { presets: ['@babel/preset-env'] }; +module.exports = { + presets: [ + ['@babel/preset-env', { targets: { node: 'current' } }] + ] +};