Changed loader for examples.

This commit is contained in:
semigradsky 2015-05-15 21:53:08 +03:00
parent d7629a3f6a
commit cca4973382
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ module.exports = {
module: {
loaders: [
{ test: /\.js$/, exclude: /node_modules/, loader: 'jsx-loader' }
{ test: /\.js$/, exclude: /node_modules/, loader: 'babel' }
]
},