From eb132091ff63c3ad848af6938815a7bc5a91181e Mon Sep 17 00:00:00 2001 From: Daniel Izdebski Date: Mon, 1 Jan 2024 03:36:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(core):=20Update=20list=20of?= =?UTF-8?q?=20external=20dependencies=20to=20ignore=20(#1049)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/src/cli/compileWalletSetupFunctions.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/core/src/cli/compileWalletSetupFunctions.ts b/packages/core/src/cli/compileWalletSetupFunctions.ts index bf2dfd7b9..9678ea909 100644 --- a/packages/core/src/cli/compileWalletSetupFunctions.ts +++ b/packages/core/src/cli/compileWalletSetupFunctions.ts @@ -23,7 +23,8 @@ export async function compileWalletSetupFunctions(walletSetupDir: string, debug: splitting: true, sourcemap: false, config: false, - external: ['@playwright/test'], + // TODO: Make this list configurable. + external: ['@synthetixio/synpress', '@playwright/test', 'playwright-core', 'esbuild', 'tsup'], banner: { js: FIXES_BANNER },