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(index): don't set to value (options) #339

Merged
merged 2 commits into from
Feb 26, 2018
Merged

fix(index): don't set to value (options) #339

merged 2 commits into from
Feb 26, 2018

Commits on Feb 25, 2018

  1. Remove to options value

    When passing `to` it truncates the output source map file path to just the path base name. By removing this value the paths are now correct.
    
    The implementation of this logic is found [here](https://github.com/postcss/postcss/blob/master/lib/map-generator.es6#L179-L195)
    camshaft committed Feb 25, 2018
    Configuration menu
    Copy the full SHA
    9dbebf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa52605 View commit details
    Browse the repository at this point in the history