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.
1 parent 30f0fed commit 525ce0eCopy full SHA for 525ce0e
builder/src/build/patches/investigated/update-webpack-chunks-file/get-chunk-installation-identifiers.ts
@@ -67,7 +67,7 @@ function getInstalledChunksDeclaration(
67
(declaration) => declaration === installChunkDeclaration
68
);
69
70
- // the installedChunks declaration is comes right before the installChunk one
+ // the installedChunks declaration comes right before the installChunk one
71
const installedChunksDeclaration = allVariableDeclarations[installChunkDeclarationIdx - 1];
72
73
if (!installedChunksDeclaration?.getInitializer()?.isKind(ts.SyntaxKind.ObjectLiteralExpression)) {
0 commit comments