Skip to content

Commit

Permalink
build: major paragon and react-intl version upgrade (#266)
Browse files Browse the repository at this point in the history
* build: major paragon and react-intl version upgrade

* build: major version upgrade of frontend-platform and frontend-component-footer-edx

* refactor: update gatsby config

* fix: replace default export with named export
  • Loading branch information
Syed-Ali-Abbas-Zaidi authored Apr 6, 2023
1 parent e0e944b commit 5326210
Show file tree
Hide file tree
Showing 6 changed files with 969 additions and 434 deletions.
6 changes: 6 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ module.exports = {
`${__dirname}/node_modules`,
],
},
cssLoaderOptions: {
esModule: false,
modules: {
namedExport: false,
},
},
},
},
{
Expand Down
Loading

0 comments on commit 5326210

Please sign in to comment.