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 1dd114d commit 89fa855Copy full SHA for 89fa855
packages/cloudflare/src/cli/build/patches/plugins/require-page.ts
@@ -46,7 +46,7 @@ function getRule(buildOpts: BuildOptions) {
46
const htmlFiles = manifests.filter((file) => file.endsWith(".html"));
47
const jsFiles = manifests.filter((file) => file.endsWith(".js"));
48
49
- // Inline fs access and dynamic require that are not supported ny workerd.
+ // Inline fs access and dynamic require that are not supported by workerd.
50
const fnBody = `
51
// html
52
${htmlFiles
0 commit comments