diff --git a/babel.config.js b/babel.config.js index c76a0d028..c0f6a11d4 100644 --- a/babel.config.js +++ b/babel.config.js @@ -3,9 +3,7 @@ module.exports = { [ '@babel/preset-env', { - targets: { - node: 'current' - } + targets: "defaults, ie >= 11, current node" } ] ]