提交 61dc5137 编写于 作者: N nkzawa

dynamic-entry-plugin: fix hasEntry

上级 7dfc2988
......@@ -38,7 +38,7 @@ function removeEntry (name = 'main') {
}
function hasEntry (name = 'main') {
this.entryNames.has(name)
return this.entryNames.has(name)
}
function createCompilation (original) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册