-
-
Notifications
You must be signed in to change notification settings - Fork 167
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
Missing Source Map Files for parse5 in hast-util-raw Dependencies #624
Comments
You can remove the warning by adding Actually, CRA with Webpack 5.x cause it. They are working on resolving (facebook/create-react-app#11752) |
"scripts": {
"start": "GENERATE_SOURCEMAP=false && react-scripts start", |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When building a React project using react-md-editor, webpack emits warnings about missing source map files for the parse5 package, a dependency of hast-util-raw. This occurs despite a successful installation.
Steps to Reproduce
create-react-app
and include react-md-editor as a dependency.npm run build
Environment
Error and Warning messages in the console:
package.json:
Part of package-lock.json:
The text was updated successfully, but these errors were encountered: