-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Could not load source file in source map of #2356
Comments
Duplicate of/similar to #2346 |
I think it's a bug and a feature. In my case a regression. |
It's not a bug, it's just a warning saying the sourcemaps are refering to files that aren't there. Which is more an issue with how the package you're using is being publish imo, as sourcemaps are useless if the code behind it isn't available. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
π bug report
βΌ Could not load source file "../src/objectCache.ts" in source map of "../../node_modules/apollo-cache-inmemory/lib/objectCache.js".
After upgrading from 1.06 to 1.10.
π Configuration (.babelrc, package.json, cli command)
janat08/makpal@9d59965
π€ Expected Behavior
For sourcemaps to load
π― Current Behavior
Sourcemaps don't load. Error/repo above
π Possible Solution
I've read that this occurs as result of poor package bundling, but this happens after upgrade, unless the warning where introduced therein.
π¦ Context
I imagine I can't debug those packages, or get their ts types.
π» Code Sample
janat08/makpal@9d59965
π Your Environment
The text was updated successfully, but these errors were encountered: