Created by: adaltavo
I had the necesity to work on a development environment without using webpackDevServer and using a direct implementation of my app from another backend.
Webpack watch option was the best solution for this, and I was concerned that It wasn't avialable (yet) in create-react-app project.
With this branch now just simply run "npm run watch" for webpack to listen for changes and generate a bundle.js file under build/static/js folder.