Skip to content

Commit

Permalink
Change Babel build target to Chrome 51 (#4620)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy authored Nov 7, 2024
1 parent 08e5e00 commit b21d556
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/webpack.base.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ const commonConfig = {
{
loader: 'babel-loader',
options: {
targets: 'defaults',
targets: {
'chrome': '51'
},
presets: ['@babel/preset-env']
},
},
Expand Down

0 comments on commit b21d556

Please sign in to comment.