Skip to content

Commit

Permalink
Drop support Internet Explorer 11
Browse files Browse the repository at this point in the history
  • Loading branch information
liborm85 committed Sep 6, 2024
1 parent a3444b7 commit efbef07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

- Drop support Internet Explorer 11 (Microsoft will not support from 2022)
- Minimal supported version Node.js 18 LTS
- Fixed page break in a column group
- Fixed saving margins in an unbreakable block
Expand Down
5 changes: 4 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ module.exports = {
"@babel/preset-env",
{
targets: {
"ie": "11"
"chrome": "109",
"edge": "109",
"firefox": "102",
"safari": "14"
},
modules: false,
useBuiltIns: 'usage',
Expand Down

0 comments on commit efbef07

Please sign in to comment.