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

Css not being imported when library exports more than one component #7

Open
Altaflux opened this issue Oct 24, 2017 · 0 comments
Open

Comments

@Altaflux
Copy link

By default the project will exports default a single component and when consumed by another project it works fine and the case is correctly applied.

But when exporting more than one component the css seems to be no longer applied. The css is generated correctly. The only workaround I see for now is to disable the "extract" flag on webpack which generates a single Js with the css embedded.

Any idea on how to work around this?

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

No branches or pull requests

1 participant