Initially, I am using the create-react-app which during build produces 2 JS files after build, one is the main and the other one is the chunk.
But what if I would like after build to create only one bundle JS file? The create-react starter has already webpack and babel in it.
So what is the way to go? To add a configuration? To install webpack again?