-
Notifications
You must be signed in to change notification settings - Fork 12k
What is the webpack://
protocol?
#11058
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
It is a custom protocol used in webpack source map, you can customize it by checking out this doc: https://webpack.js.org/configuration/output/#output-devtoolmodulefilenametemplate |
Thank you for your response. I am already aware that it is configurable. My goal is to understand what it does for source maps in the context of Webpack. Outside of webpack it is an unknown/invalid URI scheme. I am looking at contributing to a number of existing webpack plugins with the goal of getting source maps to behave in an expected way. Currently, there are scenarios where it does not. Does the These are the questions I'm trying to understand as a developer writing software that generates source maps, not as a developer simply using source maps as a debugging tool. |
how can i override devtoolModuleFilenameTemplate in angular.json? Since i cannot eject webpack config from angular project i need to rewrite this option in angular.json. This option generate many troubles while debugging in chrome or firefox. |
@vanmxpx - Your problem doesn't seem to be related to the original topic of this issue, you may be better served opening a new issue to get the correct attention on it. You may also find the following helpful: https://github.com/angular/angular-cli/blob/v6.0.7/docs/documentation/config.md Though, I don't know if that applies to webpack configuration under the hood. Since the docs note that eject is |
@npetruzzelli I have create the issue, but still quite. Thank you for response and for |
You're welcome, and good luck! |
Hello, we reviewed this issue and determined that it doesn't fall into the bug report or feature request category. This issue tracker is not suitable for support requests, please repost your issue on StackOverflow using tag If you are wondering why we don't resolve support issues via the issue tracker, please check out this explanation. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Per Webpack's issue template:
I originally tried asking this question on StackOverflow, but with no luck. Since the question will likely be deleted, I will copy the contents below:
StackOverflow Comments
Since Angular CLI also uses/used the
webpack://
protocol, is there anyone here who might be able to explain it to me?Thanks and regards.
The text was updated successfully, but these errors were encountered: