Problem with css in pwa ionic-angular

I’ve a new pwa app created with ionic and angular (standalone).
Ionic 7.1.1 - Angular 17.0.2
If I run it with ionic serve it’s all ok. If I run it with http-server ( http-server -c-1 www) i’ve css problems.
For test i’ve created a new class in global.scss.
I can see the class in style.css created with “build --prod”.
Inspecting the button I see the class but it doesn’t apply it. Does anyone have any idea how to figure out the problem?


This is the screen of inspection on chrome browser.

Thanks!
Monica

I’ve resolved insert in angular.json “buildOptimizer”: false.

Thanks