Skip to content

Commit

Permalink
fixed lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
arikw committed Dec 14, 2020
1 parent b7796c0 commit d896be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = function (moduleOptions) {
this.options.watch.push(
...filesToWatch.map(file => resolve(this.options.rootDir, file))
)

this.extendBuild((config, { isDev, isClient }) => {
if (isDev && isClient) {
const EslintPlugin = require('eslint-webpack-plugin')
Expand Down

0 comments on commit d896be4

Please sign in to comment.