Webpack: Files not showing in the browser DevTool
问题 I am trying to setup a project using webpack/react/redux etc. I have setup the project but I can't see the project files in the dev-tools in my browser. I searched online and found that using debug : true, devtool : 'source-map' in my webpack config file will make files appear in dev-tools but they still ain't showing up. I can only see my bundle.js in dev-tools My whole webpack.config.js file is: var webpack = require('webpack'); module.exports = { entry: [ 'webpack-hot-middleware/client', '