Polaris design is broken after build it to production.
Please see the second picture in our development.
Why is that ?
I am using Php laravel with polaris react . and for production I am using this below bash code.
cd web/frontend
SHOPIFY_API_KEY=REPLACE_ME npm run build
cd ..
composer build
This is in dev mode

This is in Production mode
