-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Missing source maps v8 #5416
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
Comments
I have same issue. Can you take a look? @martijnrusschen |
I've the same issue here. I prepared a minimal reproduction. If you look at the terminal, you can notice that source files from ![]() |
Feel free to open a PR to fix this
…On Mon, Feb 24, 2025 at 12:40 PM Marco Montalbano ***@***.***> wrote:
I've the same issue here. I prepared a reproducible link.
https://stackblitz.com/edit/vitejs-vite-nzien36v?file=package.json&view=editor
If you look at the terminal, you can notice that source files from src
folder are missing. I'm using vite + vitest.
image.png (view on web)
<https://github.com/user-attachments/assets/851a5c7a-9a73-4da6-ad7d-ff7dcdb44986>
—
Reply to this email directly, view it on GitHub
<#5416 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKY2KFGJ3YKUO4HHXJVLU32RMAMXAVCNFSM6AAAAABXEWXNQWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNZYGE3DOMJUGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
[image: marcomontalbano]*marcomontalbano* left a comment
(Hacker0x01/react-datepicker#5416)
<#5416 (comment)>
I've the same issue here. I prepared a reproducible link.
https://stackblitz.com/edit/vitejs-vite-nzien36v?file=package.json&view=editor
If you look at the terminal, you can notice that source files from src
folder are missing. I'm using vite + vitest.
image.png (view on web)
<https://github.com/user-attachments/assets/851a5c7a-9a73-4da6-ad7d-ff7dcdb44986>
—
Reply to this email directly, view it on GitHub
<#5416 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKY2KFGJ3YKUO4HHXJVLU32RMAMXAVCNFSM6AAAAABXEWXNQWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNZYGE3DOMJUGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Adding GENERATE_SOURCEMAP=false to the .env file resolves this issue. |
I have the same problem and this option only removes the warning but does not resolve the issue
|
Describe the bug
I am using latest
webpack
, with latestsource-map-loader
and i am getting errors like this when importing latest version ofreact-datepicker
.By the looks of it, you really do not include either sources or inlined source maps (
"inlineSources": true,
intsconfig.json
) in your built package.Expected behavior
Built package should contain source maps in some way.
The text was updated successfully, but these errors were encountered: