Skip to content

Enabler: Update browsers list #170

@sarinapadilla

Description

@sarinapadilla

Update browserslist property in package.json file

The file needs to be updated to be:

"browserslist": {
  "production": [
    ">1%",
    "last 2 versions",
    "not dead",
    "not IE 11"
  ],
  "development": [
    "last 1 chrome version",
    "last 1 firefox version",
    "last 1 safari version"
  ]
}

ESTIMATE TBD

Notes

  • We are currently generating CSS and JS to target IE11, which we no longer support
  • This will likely also require the command to bump browserslist DB run

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions