diff --git a/libraries/o-error/babel.config.json b/libraries/o-error/babel.config.json index 99b8675a89..323859935b 100644 --- a/libraries/o-error/babel.config.json +++ b/libraries/o-error/babel.config.json @@ -1,7 +1,9 @@ { "presets": [ ["@babel/env", { - "targets": ["last 1 year", "ie 11", "firefox esr"] + "targets": ["last 1 year", "ie 11", "firefox esr"], + "useBuiltIns": "usage", + "corejs": { "version": 3 } }] ] }