As I write webpack.config.js like this
module.exports = { entry: \'./index.jsx\', output: { filename: \'bundle.js\' }, module: { loaders: [{
Verify, that bundle.js is being generated without errors (check the Task Runner Log).
I was getting 'can't find module if file named jsx' due to the syntax error in html in component render function.