Skip to content

Commit fd18e0f

Browse files
committed
fix: 修复wx存在GenericsImplementation时构建被中断
1 parent 713508b commit fd18e0f

File tree

1 file changed

+1
-0
lines changed
  • packages/webpack-plugin/lib/json-compiler

1 file changed

+1
-0
lines changed

packages/webpack-plugin/lib/json-compiler/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,7 @@ module.exports = function (content) {
623623
}
624624
if (err) return callback(err)
625625
genericComponents[name] = entry
626+
callback()
626627
})
627628
}, callback)
628629
}, callback)

0 commit comments

Comments
 (0)