Difference between production and development build in ReactJS
问题 Recently I started learning react and I saw a tutorial where they used Webpack to create the production and development builds. But there was no explanation on what the difference between those two builds is and which one you have to use when. I searched the internet but didn't find anything that helped me. Does anyone have a tutorial or an explanation that I missed/didn't read? 回答1: The development build is used - as the name suggests - for development reasons. You have Source Maps,