Use custom build output folder when using create-react-app

Edit your package.json:

"build": "react-scripts build && mv build webapp"

Leave a Comment