Styles not showing under website, only on localhost:3... under yarn watch

Hello,
My application is not showing styles under a test domain that im loading , but it does when I “yarn start” and watch under localhost:3000.

Maybe your dist folder is not created, or at least not with all the changes… Try to rebuild dist folder using:

$ yarn run build

Then check your .test URL to see if styles are loaded.