Difference between my development app and production app

28 Views Asked by At

Why would my react app website in development look different after building it? When running npm start my code runs fine. However, when creating a build by running npm run build, some, not all, of my site text is off. What gives?

I tried updating my media queries in my app.css file. I tried running npm install to make sure I have all me dependencies.

0

There are 0 best solutions below