-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webpack 5 compatibility with MDS site #381
Conversation
… in some upgrade)
fix(webpack): ensure rules are iterable fix(site): ensure icons page does not use NodeJS#path
… those are deprecated for simplicity
…ix their internals
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@@ -1,10 +1,8 @@ | |||
/* eslint-disable import/no-commonjs */ | |||
|
|||
const path = require('path'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can no longer use NodeJS packages in the browser. It was easy to switch to string manipulation instead.
Finally got |
Repo is moved into bigmaven. Closing. |
Motivation
In order to get bigmaven working with Webpack 5, we need our MDS sites to be Webpack 5 compatible.
Acceptance Criteria
PR upkeep checklist