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 issue around CSS not getting pulled out of javascript bundle when using @import #2

Merged
merged 2 commits into from
Nov 19, 2018

Conversation

peripateticus
Copy link
Member

Fix for #1 .

@import'ing CSS results in the CSS being included in the JavaScript.
This utilizes the 'ignore-styles` babel/register style hook to ignore
style imports.
@peripateticus peripateticus requested review from JoshCostanza and a user November 8, 2018 21:57
@peripateticus peripateticus merged commit 48d4627 into master Nov 19, 2018
@peripateticus peripateticus deleted the ignore-styles branch November 20, 2018 23:26
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