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

feat: External source maps #326

Merged
merged 21 commits into from
Jan 17, 2018
Merged

feat: External source maps #326

merged 21 commits into from
Jan 17, 2018

Conversation

tivac
Copy link
Owner

@tivac tivac commented Jun 2, 2017

Adding support for external source maps, trigger it by passing this option:

{
    map: {
        inline: false
    }
}

It'll automatically write to options.css + .map, not sure if I want to support customizing the output path/name atm.

WARNING: Webpack implementation is a giant giant hack.

@tivac tivac self-assigned this Jun 2, 2017
@tivac tivac force-pushed the external-source-maps branch from 6dcd702 to 5af7e1e Compare November 2, 2017 05:22
@tivac tivac force-pushed the external-source-maps branch 3 times, most recently from ae1abd8 to 99062cf Compare November 21, 2017 08:03
@tivac tivac force-pushed the external-source-maps branch from 99062cf to 99b477e Compare December 13, 2017 06:54
@tivac
Copy link
Owner Author

tivac commented Dec 13, 2017

This branch is causing travis builds to hang & I have zero clue why 😞

@tivac tivac force-pushed the external-source-maps branch from 6c99ca3 to bc474de Compare January 15, 2018 19:35
@tivac tivac merged commit 8df5baa into master Jan 17, 2018
@tivac tivac deleted the external-source-maps branch January 17, 2018 21:18
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.

1 participant