Skip to content

Commit

Permalink
Merge pull request #10667 from camptocamp/backport/10666-to-master
Browse files Browse the repository at this point in the history
[Backport master] Classes are required
  • Loading branch information
sbrunner authored Sep 13, 2023
2 parents 1b37555 + 96a028b commit cd59b1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const babelPresets = [
require.resolve('@babel/preset-env'),
{
targets: {
browsers: ['> 0.7% in CH', '> 0.7% in FR', 'Firefox ESR'],
browsers: ['defaults', '> 0.7% in CH', '> 0.9% in FR', 'Firefox ESR', 'supports es6-class'],
},
modules: false,
loose: true,
Expand Down

0 comments on commit cd59b1e

Please sign in to comment.