-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[core] Remove raw-loader
package
#13160
Conversation
Deploy preview: https://deploy-preview-13160--material-ui-x.netlify.app/ |
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.
Seems right. In core: mui/material-ui#42275
I'm curious to know why we loose 1k lines and the core 33 😆 |
They already had |
Oh nice, I suspect we removed most of the dependency on raw-loader from mui/material-ui#26774. |
I started looking at how to solve https://github.com/mui/mui-x/security/dependabot/119.
This lead me to the super old
raw-loader
package.Bumping to the latest version seemed to work.
Then I also tried removing the package—no issues after that as well. 🤔
We are running our
md
files through@mui/internal-markdown/loader
and that looks enough:mui-x/docs/next.config.mjs
Line 135 in fd544b7
MUI Core seems still have the
raw-loader
dependency, but it is not used anywhere as far as I can see...https://github.com/mui/material-ui/blob/cadb0b1b937b86b3be214ab65b1cc7067080f85a/package.json#L178