Have inherited an Angular 7 app set up to use Sass. We actually don't use sass so, long story cut short, I want to simplify the build pipeline and remove need to install Python and Windows Dev Tools.
I've followed the instructions as per this link
to configure the application to use css over sass but it doesn't change the actual dependencies. When I do npm install, it still tries to install sass-loader etc and run python. None of these sass dependencies even seem to appear in package.json so I can't even get rid of them manually.
Angular seems to have gone very black box... Any suggestions would be most welcome.