Adding resolve to the config so it can find new Jsx components.

This commit is contained in:
Ryan Swanson 2014-08-03 10:25:45 -06:00
parent d73699fbf2
commit e970c362b7

View File

@ -22,6 +22,10 @@ module.exports = {
reasons: true
},
resolve: {
extensions: ['','.js','.jsx']
},
module: {
preLoaders: [{
test: '\\.js$',