diff --git a/web-console/babel.config.js b/web-console/babel.config.js index 941e4704701..c425c2c9d3e 100644 --- a/web-console/babel.config.js +++ b/web-console/babel.config.js @@ -25,7 +25,10 @@ module.exports = function (api) { { "useBuiltIns": "entry", "corejs": 3, - "forceAllTransforms": true + "forceAllTransforms": true, + "targets": { + "ie": "11" + } } ] ]; diff --git a/web-console/src/components/header-bar/header-bar.tsx b/web-console/src/components/header-bar/header-bar.tsx index 3a87b40812b..e81ee12743a 100644 --- a/web-console/src/components/header-bar/header-bar.tsx +++ b/web-console/src/components/header-bar/header-bar.tsx @@ -61,7 +61,13 @@ export type HeaderActiveTab = function Logo() { return (