mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
.js only might work
This commit is contained in:
parent
f22bc26355
commit
b8f3182ee3
1 changed files with 1 additions and 1 deletions
|
|
@ -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('*', '.*'))
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue