Skip to content

Commit

Permalink
use inline check for prod env
Browse files Browse the repository at this point in the history
  • Loading branch information
Risha Mars committed Jun 11, 2018
1 parent ec015b3 commit 65278d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = {
loader: 'eslint-loader',
options: {
fix: true,
emitWarning: true
emitWarning: process.env.NODE_ENV !== 'production'
}
}
]
Expand Down

0 comments on commit 65278d8

Please sign in to comment.