Skip to content

Commit bd3472d

Browse files
committed
MC-4126: Duplicate row border after switching Row appearance
- Update target browsers to IE 11
1 parent 0a88158 commit bd3472d

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/ts

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/ts/.babelrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
{
1919
loose: true,
2020
targets: {
21-
browsers: ['last 2 versions', 'ie >= 10']
21+
browsers: ['last 2 versions', 'ie >= 11']
2222
},
2323
modules: 'amd'
2424
}

0 commit comments

Comments
 (0)