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

Use absolute filepaths in sourcemap 'sources' list. #669

Merged
merged 1 commit into from Sep 2, 2018

Conversation

loganfsmyth
Copy link
Member

This is a cleaned up and tweaked implementation of #481. Essentially, passing the absolute path means that Webpack can actually map the item in the sources array back to it's internal array of files, which is what allows things like [absolute-resource-path] to work. Otherwise it essentially seems the sources items as a mostly opaque string.

Fixes #480, Fixes #93, Fixes #481

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

Successfully merging this pull request may close these issues.

None yet

1 participant