Relative Content

Tag Archive for javascriptcssreactjsdevtoolssource-maps

GENERATE_SOURCEMAP=false does not minifying .css files

I have a React application, and I’ve noticed that when I open Chrome Developer Tools and go to the Sources tab, I can see a folder named static/js. Expanding this folder reveals the entire code of my React project. This seems concerning from a security perspective.