I develop and app with create react app (https://github.com/facebookincubator/create-react-app).
I create a production version with:
npm run build
This create a folder /build and I upload this with firebase client:
firebase deploy
All works perfect but in the web app, webpack, show all my code without uglify (see the folder webpack://)
How I can remove this folder from react or firebase hosting? This folder is not in /build folder.