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 663770f commit 30b6dd8Copy full SHA for 30b6dd8
packages/cloudflare/src/cli/build/bundle-server.ts
@@ -10,7 +10,6 @@ import { build, Plugin } from "esbuild";
10
import { patchVercelOgLibrary } from "./patches/ast/patch-vercel-og-library.js";
11
import { patchWebpackRuntime } from "./patches/ast/webpack-runtime.js";
12
import * as patches from "./patches/index.js";
13
-import { patchLoadInstrumentation } from "./patches/plugins/load-instrumentation.js";
14
import { handleOptionalDependencies } from "./patches/plugins/optional-deps.js";
15
import { fixRequire } from "./patches/plugins/require.js";
16
import { inlineRequirePagePlugin } from "./patches/plugins/require-page.js";
0 commit comments