Skip to content

Commit

Permalink
🐛 fix(core): Update list of external dependencies to ignore (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception authored Jan 1, 2024
1 parent 08e1a36 commit eb13209
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/cli/compileWalletSetupFunctions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit eb13209

Please sign in to comment.