issue with webpack-server 2
问题 When i run webpack server, it redirects me to folders of project not my index.html, but if I open it without webpack server it works fine, and nothing in network tab. I think my webpack.config.js not loaded correctely! my webpack.confing.js : const ExtractTextPlugin = require("extract-text-webpack-plugin"); var path = require("path"); module.exports = { entry : './src/app.js', output : { path : path.resolve(__dirname,'dist'), filename : 'app.bundle.js' }, module : { rules : [ {test: /\.scss$/