Skip to content

Commit

Permalink
fix: Use browserslist-config
Browse files Browse the repository at this point in the history
We were installing browserslist-config but not declaring it.  This had
the effect that webpack - and likely others - were not using it.
  • Loading branch information
arbrandes committed Dec 5, 2024
1 parent 91e3374 commit 94f8818
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"type": "git",
"url": "git+https://github.com/edx/frontend-app-ora-grading.git"
},
"browserslist": [
"extends @edx/browserslist-config"
],
"scripts": {
"build": "fedx-scripts webpack",
"i18n_extract": "fedx-scripts formatjs extract",
Expand Down

0 comments on commit 94f8818

Please sign in to comment.