When should i build 'dist' folder and when i should not? [closed] When should i build 'dist' folder and when i should not? [closed] heroku heroku

When should i build 'dist' folder and when i should not? [closed]


The dist folder is for production website it's not necessary to have it. It will contain for example your image, css, script, vendor folder ready for production (minified and concatenated).You can check on google for this. Type "how to deploy a production React app to Heroku" for example.