diff --git a/webpack.config.js b/webpack.config.js index 5e4659c..319532c 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -25,7 +25,7 @@ module.exports = { test: /\.js$/, use: [ 'babel-loader', - 'eslint-loader', + 'eslint-loader' ], include: src },