Skip to content

Commit

Permalink
fix: remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
weifangchen authored and lenqwang committed Oct 28, 2020
1 parent d6b8054 commit 6fdd1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = (api, options) => {
},
(args) => {
const { key, inspect } = args
const immediate = typeof inspect === 'undefined' && !inspect
const immediate = typeof inspect === 'undefined'
const config = resolveBuild(api, options, key, immediate)

if (!immediate) {
Expand Down

0 comments on commit 6fdd1cb

Please sign in to comment.