-
-
Notifications
You must be signed in to change notification settings - Fork 433
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
Questions about sourcemap #1457
Comments
What processing did you have in mind? |
I have a loader that processes source files, and then passes the |
What problems does that cause? |
Currently, |
@johnnyreilly for us specifically this causes that we are not able to debug Vue SFC TypeScript files. This is because the ts-loader is the second loader after the vue-loader and should respect the input source maps generated by the vue-loader. I've seen that there has already been made a suggestion on how to handle this: #1367 . I've tested the changes in one of our Vue projects and debugging works with those changes. |
Why is the upstream sourcemap not processed in the loader?
The text was updated successfully, but these errors were encountered: