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 6, 2024
1 parent f9d13c4 commit 8c922f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion 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-learner-dashboard.git"
},
"browserslist": [
"extends @edx/browserslist-config"
],
"scripts": {
"build": "fedx-scripts webpack",
"i18n_extract": "fedx-scripts formatjs extract",
Expand All @@ -27,7 +30,7 @@
},
"dependencies": {
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/browserslist-config": "^1.1.0",
"@edx/browserslist-config": "^1.3.0",
"@edx/frontend-component-header": "^5.6.0",
"@edx/frontend-enterprise-hotjar": "7.1.0",
"@edx/frontend-platform": "8.1.2",
Expand Down

0 comments on commit 8c922f5

Please sign in to comment.