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('*', '.*')) ],