moving
This commit is contained in:
@@ -12,8 +12,11 @@ export default defineConfig({
|
||||
// Inline all @waggle/* workspace packages into the bundle.
|
||||
// Third-party npm packages stay external (installed as dependencies).
|
||||
noExternal: [/^@waggle\//],
|
||||
// Native/optional packages that cannot be bundled.
|
||||
// Runtime packages that cannot be bundled safely.
|
||||
external: [
|
||||
'@huggingface/transformers',
|
||||
'onnxruntime-node',
|
||||
'adm-zip',
|
||||
'playwright-core',
|
||||
'chromium-bidi',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user