You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[email protected] fails to parse source maps, throws the following error:
Failed to parse source map from '/path/to/project/node_modules/jimp/src/index.ts' file: Error: ENOENT: no such file or directory, open '/path/to/project/node_modules/jimp/src/index.ts'
Failure Information (for bugs)
Jimp only exports the dist folder to npm, however the index.js.map has a direct reference to the src/index.ts, which is not included on npm:
Expected Behavior
Source map can be correctly parsed by bundlers.
Current Behavior
[email protected] fails to parse source maps, throws the following error:
Failure Information (for bugs)
Jimp only exports the
dist
folder to npm, however theindex.js.map
has a direct reference to thesrc/index.ts
, which is not included on npm:the source file loader then tries to parse the
sources
array, but since it's missing, it throws a ENOENTSteps to Reproduce
Screenshots
Context
Failure Logs
The text was updated successfully, but these errors were encountered: