From bd454a588e5f064c0fd553b7b2c2907dfb8338f0 Mon Sep 17 00:00:00 2001 From: Dominik Hardtke <1360135+dhardtke@users.noreply.github.com> Date: Thu, 17 Oct 2024 04:00:41 +0200 Subject: [PATCH] Revert "build: Switch to portable esbuild loader" This reverts commit 264aa83be18b0d776f940d2a53b4314f372b082b. --- dev/bundle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/bundle.ts b/dev/bundle.ts index 25bc8d7..54d49e3 100644 --- a/dev/bundle.ts +++ b/dev/bundle.ts @@ -13,7 +13,7 @@ if (config.endsWith("deno.json")) { } await esbuild.build({ - plugins: [...denoPlugins({ loader: "portable" })], + plugins: [...denoPlugins()], entryPoints: [entryPoint], outfile: outfile, bundle: true,