diff --git a/examples/webpack.config.js b/examples/webpack.config.js index d306e49..ca9992b 100644 --- a/examples/webpack.config.js +++ b/examples/webpack.config.js @@ -29,7 +29,7 @@ module.exports = { module: { loaders: [ - { test: /\.js$/, exclude: /node_modules/, loader: 'jsx-loader' } + { test: /\.js$/, exclude: /node_modules/, loader: 'babel' } ] },