DEV Community

How can I make react built minified CSS file as CDN links

kiran kumar reddy on July 22, 2020

When I run build command I will get a build folder that contains minified JS, CSS files. When I deploy code in production my CSS will load from bui...
Collapse
 
dance2die profile image
Sung M. Kim

Not familiar with this but CRA (create-react-app) has a "public/index.html", in which you can specify the CSS link. I am not familiar with dynamically adding it though.