From b8f3182ee33e58c4224117175e76108144af4c6e Mon Sep 17 00:00:00 2001 From: Andrew Pareles Date: Thu, 14 Nov 2024 01:48:56 -0800 Subject: [PATCH] .js only might work --- src/vs/workbench/contrib/void/browser/react/tsup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/void/browser/react/tsup.config.js b/src/vs/workbench/contrib/void/browser/react/tsup.config.js index 7f23c448..ae2f1f3f 100644 --- a/src/vs/workbench/contrib/void/browser/react/tsup.config.js +++ b/src/vs/workbench/contrib/void/browser/react/tsup.config.js @@ -27,7 +27,7 @@ export default defineConfig({ 'openai', ], external: [ // these imports should be kept external ../../../ are external (this is just an optimization so the output file doesn't re-implement functions) - new RegExp('../../../*' + new RegExp('../../../*.js' .replaceAll('.', '\\.') .replaceAll('*', '.*')) ],