We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191b8fc commit 1782113Copy full SHA for 1782113
lib/module.js
@@ -29,6 +29,7 @@ module.exports = function (moduleOptions) {
29
'.eslintrc.js'
30
]
31
32
+ this.options.watch = this.options.watch || []
33
this.options.watch.push(
34
...filesToWatch.map(file => resolve(this.options.rootDir, file))
35
)
0 commit comments