Skip to content
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 #24

Open
jason30704 opened this issue Aug 28, 2024 · 3 comments
Open

Failed to parse source map #24

jason30704 opened this issue Aug 28, 2024 · 3 comments

Comments

@jason30704
Copy link

Hello,
I use npm install @fix-webm-duration/fix to use the fixWebmDuration.
All functions are normal, but the following warnings are displayed.
Is this expected?

image

@yusitnikov
Copy link
Owner

The build indeed doesn't contain source maps. Does it cause problems?

@jason30704
Copy link
Author

Thanks for the reply!
There is no problem in using the functions.
However, because there are a lot of warnings popping up, I just want to confirm if there are any hidden concerns.
So if I want to hide them, is there any other method besides the following method?

image
(https://stackoverflow.com/questions/70599784/failed-to-parse-source-map)

@yusitnikov
Copy link
Owner

I'm not exactly a webpack expert, sorry :)
But from what it looks like, the only "issue" is that you won't be able to navigate to the library's source code in browser's developer tools, which are not supposed to be part of the bundle anyways, IMHO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants