8000 Merge branch 'pr/26' · Twipped/preload-webpack-plugin@d6c31b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit d6c31b2

Browse files
committed
Merge branch 'pr/26'
Via vuejs#26
2 parents 89597ae + cc96bb2 commit d6c31b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/does-chunk-belong-to-html.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ function recursiveChunkEntryName (chunk) {
4747
}
4848

4949
function _recursiveChunkGroup (chunkGroup) {
50+
if (!chunkGroup) return undefined
5051
if (chunkGroup instanceof EntryPoint) {
5152
return chunkGroup.name
5253
} else {

0 commit comments

Comments
 (0)
0