.js only might work

This commit is contained in:
Andrew Pareles 2024-11-14 01:48:56 -08:00
parent f22bc26355
commit b8f3182ee3

View file

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