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
I ran into the following problem: When generating sourcemaps for a file structure with multiple files per folder, they seems to override each other. In dev tools, I end up with a single file called input.js per folder that contains the sources of one of the files in that folder.
Hey, thanks for making a great library!
I ran into the following problem: When generating sourcemaps for a file structure with multiple files per folder, they seems to override each other. In dev tools, I end up with a single file called
input.js
per folder that contains the sources of one of the files in that folder.I've created a minimal project that demonstrates the issue.
Thanks for having a look.
The text was updated successfully, but these errors were encountered: