Skip to content

Commit 6da2df0

Browse files
committed
.
1 parent f2eefdb commit 6da2df0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/cloudflare/src/cli/build/patches/plugins/wrangler-external.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export function setWranglerExternal() {
2828
const namespace = "wrangler-externals-plugin";
2929

3030
build.onResolve({ filter: /(\.bin|\.wasm\?module)$/ }, ({ path, importer }) => {
31-
console.warn("importer, path, new", importer, path, normalizePath(resolve(dirname(importer), path)));
3231
return {
3332
path: normalizePath(resolve(dirname(importer), path)),
3433
namespace,
@@ -37,7 +36,6 @@ export function setWranglerExternal() {
3736
});
3837

3938
build.onLoad({ filter: /.*/, namespace }, async ({ path }) => {
40-
console.warn("onLoad path", path);
4139
return {
4240
contents: `export * from '${path}';`,
4341
};

0 commit comments

Comments
 (0)