Upgrade React to 15.4

This commit is contained in:
lukasmartinelli
2016-11-23 16:04:00 +01:00
parent 824821f2c8
commit 5f9406d562
3 changed files with 12 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ module.exports = [
{
test: /\.jsx?$/,
exclude: /(node_modules|bower_components|public)/,
loaders: ['react-hot']
loaders: ['react-hot-loader/webpack']
},
{
test: /\.jsx?$/,