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

Fix: External source maps not being generated #324

Merged
merged 2 commits into from Apr 25, 2020
Merged

Fix: External source maps not being generated #324

merged 2 commits into from Apr 25, 2020

Conversation

leepowelldev
Copy link

Fixes issue where external source maps are not being generated with Postcss 7 - this is due to a refactor by Postcss where result.map is now an instance of SourceMapGenerator and we need to convert this to a string before writing to file.

Before this fix external source map tests are failing, this now resolve those.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 76.316% when pulling 6676a77 on leepowellcouk:bugfix/sourcemapgenerator into 47104bc on postcss:master.

@coveralls

This comment has been minimized.

Copy link
Collaborator

@RyanZim RyanZim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove package-lock.json.

@leepowelldev
Copy link
Author

Done

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

3 participants