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 85b783f commit 18ad6b1Copy full SHA for 18ad6b1
packages/cloudflare/src/cli/build/patches/ast/webpack-runtime.ts
@@ -27,6 +27,7 @@ export function buildInlineChunksRule(chunks: number[]) {
27
return `
28
rule:
29
pattern: ($CHUNK_ID, $_PROMISES) => { $$$ }
30
+ inside: {pattern: $_.$_.require = $$$_, stopBy: end}
31
all:
32
- has: {pattern: $INSTALL(require("./chunks/" + $$$)), stopBy: end}
33
- has: {pattern: $SELF_ID != $CHUNK_ID, stopBy: end}
0 commit comments