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 d6b8054 commit 6fdd1cbCopy full SHA for 6fdd1cb
index.js
@@ -21,7 +21,7 @@ module.exports = (api, options) => {
21
},
22
(args) => {
23
const { key, inspect } = args
24
- const immediate = typeof inspect === 'undefined' && !inspect
+ const immediate = typeof inspect === 'undefined'
25
const config = resolveBuild(api, options, key, immediate)
26
27
if (!immediate) {
0 commit comments