-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add Angular Support #9
Comments
Hey @TryHardDood I have tried it with angular but it has an interesting webpack setup which I haven't been able to figure out. This is as far as I got https://github.com/windicss/windicss-webpack-plugin/blob/feat/angular-example/example/angular/webpack.config.js. It seems like it doesn't pull in the virtual windi file, so will only transform @apply's in css atm. If you have any experience with it would love a hand. |
Hi.
and the
So after this I tried to see what was inside this virtual file. For that I used the val-loader webpack plugin, and got the complete windi styles (without cleaning all unused styles). I'm stuck trying to generate the CSS style file from this virtual file. |
Can someone show me an example when this plugin is being used with Angular & Webpack?
The text was updated successfully, but these errors were encountered: