Skip to content
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

Handle webpack:// URI source map entries #28

Open
benvinegar opened this issue Jul 1, 2018 · 0 comments
Open

Handle webpack:// URI source map entries #28

benvinegar opened this issue Jul 1, 2018 · 0 comments

Comments

@benvinegar
Copy link
Collaborator

benvinegar commented Jul 1, 2018

Webpack generates source maps with external file URI that are prefixed with webpack://, e.g. webpack:///app/javascript/index.js. AFAICT, these are symbolic references to sources that existed on the users local filesystem, but are probably not on the web.

The tool is currently trying to download these, resulting in errors like:

Error: Invalid protocol: webpack: at Request.init 

See discussion in webpack/webpack#2395

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant