Skip to content

Commit

Permalink
Classes are required
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Sep 13, 2023
1 parent 8097ca5 commit b46038f
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 b46038f

Please sign in to comment.