Merge pull request #61 from pherris/master

make jsx hint default to resolve warnings when compiling
This commit is contained in:
Simon Bailey
2015-02-20 17:52:44 +00:00
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ module.exports = {
preLoaders: [{
test: /\.js$/,
exclude: /node_modules/,
loader: 'jshint'
loader: 'jsxhint'
}],
loaders: [{
test: /\.js$/,