diff options
Diffstat (limited to 'vnext/webpack.config.js')
-rw-r--r-- | vnext/webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js index e0c6855e..62042731 100644 --- a/vnext/webpack.config.js +++ b/vnext/webpack.config.js @@ -67,7 +67,7 @@ module.exports = (env, argv) => { exclude: /node_modules/, loader: 'eslint-loader', enforce: 'pre', - options: { failOnWarning: false, failOnError: true, fix: true }, + options: { failOnWarning: false, failOnError: true, fix: false }, }, { test: /\.js$/, |