-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Labels
No labels