We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fdd1cb commit 19f2d1bCopy full SHA for 19f2d1b
index.js
@@ -40,7 +40,7 @@ module.exports = (api, options) => {
40
},
41
(args) => {
42
const { key, inspect } = args
43
- const immediate = typeof inspect === 'undefined' && !inspect
+ const immediate = typeof inspect === 'undefined'
44
const config = resolveWatch(api, options, key, immediate)
45
46
if (!immediate) {
0 commit comments