Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Commit 02768d2

Browse files
committed
Match placeholder with regex
1 parent 126223f commit 02768d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chunk-manifest-webpack-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class ChunkManifestPlugin {
7676
}
7777

7878
return _.replace(
79-
'"__CHUNK_MANIFEST__"',
79+
/"__CHUNK_MANIFEST__"/,
8080
`window["${manifestVariable}"][${chunkIdVariableName}]`
8181
);
8282
});

0 commit comments

Comments
 (0)