-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Failed to parse source map (@toast-ui/editor/dist/purify.js.map) #2137
Comments
+1 |
Same here with toastUI editor react wrapper 3.1.2. config: |
Looks to be a problem in combination with react-scripts v5 (at least for me). No issues with react-scripts v4.0.3. There are two critical vulnerabilities fixed in react-scripts v5, so we wouldn't want to stay on v4 for too long. |
I'm having the same issue, Any updates about this? |
It happens when I upgrade webpack from 4 to 5 |
I think this issue is related to this PR. While looking for solutions, I found similar issues in other library. (mswjs/msw#1030) The above issues include the following solutions.
or In my case:
I think this is a very ad hoc solution... but it works.. Hopefully the missing or incorrect source map will be fixed. |
header,footer component 추가 purify.js.map 에러 해결(client폴더 pakage.json script->start -> set \"GENERATE_SOURCEMAP=false) nhn/tui.editor#2137
Describe the bug
Cant parse the source map for toast-ui/editor
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Compile with no warnings
The text was updated successfully, but these errors were encountered: