diff --git a/rollup.config.js b/rollup.config.js index 1c1df27268..cc709efe28 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -68,10 +68,7 @@ const outputs = [ babelHelpers: 'bundled', presets: [ [ - '@babel/env', - { - targets: 'defaults and not IE 11' - } + '@babel/preset-env', ], '@babel/typescript' ]