-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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.d.ts double-build issues #251
Comments
I tried playing around with this, but it seems https://github.com/Quramy/typed-css-modules doesn't quite work since it doesn't support Sass and tackling that is going down the rabbit hole. I'm not quite clear why |
just replace |
That's already working that way. The idea here (I think) was to try to replace |
I managed to get it working #350. Bypassed the webpack plugin entirely, but that's mostly because I don't understand webpack plugins. |
…hromeLabs#350) * Create CSS typings before build * Let's try this. * Adding comment * Remove hack from travis
It'll half our deploy time 😄.
The answer is to use https://github.com/Quramy/typed-css-modules rather than (or in addition to) the webpack plugin.
The text was updated successfully, but these errors were encountered: