From 76e2095db9395e9255fe7b3c86a4772e4cc1b7f3 Mon Sep 17 00:00:00 2001 From: Charles Taylor Date: Mon, 13 Nov 2023 11:19:42 -0500 Subject: [PATCH] Remove extra --analyze flag --- src/Spago/Command/Bundle.purs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Spago/Command/Bundle.purs b/src/Spago/Command/Bundle.purs index a4571d694..de9179c09 100644 --- a/src/Spago/Command/Bundle.purs +++ b/src/Spago/Command/Bundle.purs @@ -69,7 +69,6 @@ run = do args = [ "--bundle" - , "--analyze" , "--outfile=" <> outfile , "--platform=" <> show opts.platform -- See https://github.com/evanw/esbuild/issues/1051