Skip to content

Commit

Permalink
document browsers list, #1323
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Nov 11, 2022
1 parent ef106e2 commit 36d0066
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion js/grunt/transpile.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ module.exports = function( jsInput, forIE = false ) {

// See options available at https://babeljs.io/docs/usage/api/

// see https://browsersl.ist/#q=%3E+0.25%25%2C+not+dead
// This list specifies the target browsers for Babel. Its format is described at https://browsersl.ist.
// Note that this is related to System Requirements advertised on the PhET website, so should be modified with care.
// Never remove advertised platforms from this list without a broader discussion. And note that PhET will sometimes
// provide unofficial support for older platforms, so version numbers may be lower than what is advertised on the
// PhET website. For more history, see https://github.com/phetsims/chipper/issues/1323.
const browsers = [
'defaults',
'safari >= 13',
Expand Down

0 comments on commit 36d0066

Please sign in to comment.