Skip to content

Commit

Permalink
update default browserslist
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Feb 7, 2023
1 parent 5080d9d commit d93fa50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/torus-scripts/defaults/torus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ module.exports = {

analyzerMode: "disabled",

browserslistrc:
pkg.browserslist && pkg.browserslist.production ? pkg.browserslist.production : pkg.browserslist || ["defaults", "> 0.25%", "not dead"],
browserslistrc: pkg.browserslist && pkg.browserslist.production ? pkg.browserslist.production : pkg.browserslist || ["supports bigint", "not dead"],
};

0 comments on commit d93fa50

Please sign in to comment.