We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24720c0 + 66276c6 commit 0db55a6Copy full SHA for 0db55a6
index.d.ts
@@ -40,7 +40,7 @@ declare module 'webpack-flush-chunks' {
40
stylesheets: string[];
41
42
/** Hash object of chunk names to CSS file paths */
43
- cssHashRaw: Recrod<string, string>;
+ cssHashRaw: Record<string, string>;
44
45
/** `<script>window.__CSS_CHUNKS__ = ${JSON.stringify(cssHashRaw)}</script>` */
46
cssHash: string[];
0 commit comments