When I build the original project using yarn build
, the output is little bit different than the original project. You can see in the images that the images are of different sizes and the text next to it is wrapped. Can you help me solve this problem.
I am using these frameworks(or libraries)
- React
- React Router DOM
- Node Sass
- React Reveal
Source Code: Shop App
It is probably your webpack configurations. If the links to your css files,
index.scss
especially are not correct, they will not be included and will lead to improper built.