As I write webpack.config.js like this
module.exports = { entry: \'./index.jsx\', output: { filename: \'bundle.js\' }, module: { loaders: [{
I found restarting my server fixed this issue. simply run
npm start