Upgrade to Babel 6.x

This commit is contained in:
2017-01-09 15:53:02 -07:00
parent 86f23ed1a4
commit 1dbc088d17
6 changed files with 35 additions and 17 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ module.exports = {
module: {
loaders: [{
test: /\.js$/,
loaders: ['react-hot', 'babel'],
loaders: ['react-hot', 'babel-loader'],
include: path.join(__dirname, 'src')
}]
}