Skip to content

Commit

Permalink
Change Babel build target to Chrome 51
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Nov 7, 2024
1 parent 08e5e00 commit 2c68971
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 2c68971

Please sign in to comment.