DEV Community

Discussion on: Angular 8/9/10 + Tailwind CSS Guide

Collapse
 
applicafroguy profile image
Sivuyile Magutywa

Hi, I created a Schematic using this guide.

npmjs.com/package/@ikamva/ngx-tail...

Collapse
 
estylzz profile image
Eric Barb

I just tried this, and while it seemed to work just fine, it appears to have removed the configurations sections under build and serve in the angular.json file. I'm still learning, but is this expected or might I have done something wrong? I'm not sure if customWebpackConfig and configurations live and work in harmony, or if the former replaces the later.

Collapse
 
riscie profile image
riscie • Edited

I saw this too. Not sure if it's expected but you could probably add them back to the config yourself. What do you say @Sivuyile?

Thanks for writing the package, btw!

Collapse
 
seankerwin profile image
Sean Kerwin

I have only just seen this. I've just tested it out and it works perfectly! Good work.
Mind if I fork it to add TailwindUI for those of us that use that too?

Collapse
 
applicafroguy profile image
Sivuyile Magutywa

It's open-source, Feel free to do whatever you want.

Collapse
 
applicafroguy profile image
Sivuyile Magutywa

Sorry late reply, I fixed that issue