React- Webpack minifying code and creating bundle in dev env. I want all unbundled files in dev so that i can debug ?
Attached below is webpack.config.js devServer: { contentBase: BUILD_DIR, // port: 9001, compress: true, hot: true, open: true },
Please let me know which configurations should i be changing?