Created by: seklyza
In my opinion, sourcemaps in production aren't useful. People can get access to the source code. In my projects, I don't want/need sourcemaps in production and every time I need to eject because it is not useful to exclude the sourcemaps files from the build folder. I think it might be a good idea to exclude them automatically from webpack.config.prod.js.