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 css module ordering #42

Merged
merged 1 commit into from
Oct 3, 2017
Merged

Fix css module ordering #42

merged 1 commit into from
Oct 3, 2017

Conversation

jdeal
Copy link
Contributor

@jdeal jdeal commented Sep 29, 2017

Fixes #41.

extract-text-webpack-plugin had this bug: http://bit.ly/2ueFvXt
and was fixed with: http://bit.ly/2hCkpOf

So I borrowed the odering code from there and applied it to this plugin to fix ordering.

extract-text-webpack-plugin had this bug: http://bit.ly/2ueFvXt
and was fixed with: http://bit.ly/2hCkpOf
So I borrowed the odering code from there and applied it to this
plugin to fix ordering.
@jdeal jdeal mentioned this pull request Sep 29, 2017
@mike1808
Copy link
Contributor

mike1808 commented Oct 3, 2017

Can you merge this PR?

@faceyspacey faceyspacey merged commit ca45fd4 into faceyspacey:master Oct 3, 2017
@faceyspacey
Copy link
Owner

done. should show up automatically on NPM in a bit.

@faceyspacey
Copy link
Owner

thanks @jdeal !

@jdeal
Copy link
Contributor Author

jdeal commented Oct 4, 2017

No problem, thanks for merging! Sorry about the tabs/spaces commotion! (Fixed in #43.)

@Tom910
Copy link

Tom910 commented Nov 20, 2017

When new release?

@faceyspacey
Copy link
Owner

i didn't realize the commit wasn't properly formatted (with npm run cm). So it didn't auto-publish to NPM. Handling it now.

@faceyspacey
Copy link
Owner

published.

@Tom910
Copy link

Tom910 commented Nov 20, 2017

Thanks

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.

Styles order for webpack v3
4 participants