未验证 提交 a863a720 编写于 作者: J Joe Haddad 提交者: GitHub

Fix Chunk Graph Plugin hashes type (#6994)

上级 94b8bf75
......@@ -69,7 +69,7 @@ export class ChunkGraphPlugin implements Plugin {
pages: StringDictionary
pageChunks: StringDictionary
chunks: StringDictionary
hashes: StringDictionary
hashes: { [pageName: string]: string }
} = {
pages: {},
pageChunks: {},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册