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.