mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-09-12 12:21:11 +08:00
Merge pull request #61 from pherris/master
make jsx hint default to resolve warnings when compiling
This commit is contained in:
@@ -38,7 +38,7 @@ module.exports = {
|
||||
preLoaders: [{
|
||||
test: /\.js$/,
|
||||
exclude: /node_modules/,
|
||||
loader: 'jshint'
|
||||
loader: 'jsxhint'
|
||||
}],
|
||||
loaders: [{
|
||||
test: /\.js$/,
|
||||
|
||||
Reference in New Issue
Block a user