DEV Community

Discussion on: Building Tailwind CSS in an Angular CLI project

Collapse
 
lhargil profile image
Lhar Gil 🇵🇭 🇲🇾☕📷 • Edited

This is a very helpful post. Thanks a lot Michael.

There's a bit of a typo though, but it's no biggie. On the section of modifying the serve section,

ng config projects..architect.serve.builder @angular-devkit/build-angular:dev-server

it should be,
ng config projects..architect.serve.builder @angular-builders/custom-webpack:dev-server

Collapse
 
beavearony profile image
Michael Gustmann

Oh, thanks a lot for catching it. Fixed.