Skip to content

Commit

Permalink
Update minimum chromium version to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
Gudahtt committed Feb 23, 2023
1 parent cc12eb8 commit 1b954cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = function (api) {
strictMode: true,
},
targets: {
browsers: ['chrome >= 78', 'firefox >= 78'],
browsers: ['chrome >= 80', 'firefox >= 78'],
},
presets: [
'@babel/preset-typescript',
Expand Down

0 comments on commit 1b954cf

Please sign in to comment.