We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e09f1 commit 1e06299Copy full SHA for 1e06299
.stacks/core/vite-plugin-vue-layouts/build.ts
@@ -1,6 +1,6 @@
1
import { log, runCommand } from '@stacksjs/cli'
2
3
-const result = await runCommand('bun build ./src/index.ts --outdir dist --format esm', {
+const result = await runCommand('bun build ./src/index.ts --outdir dist --format esm --external path --external local-pkg --external @stacksjs/storage --external vite --external debug --target node', {
4
cwd: import.meta.dir,
5
})
6
0 commit comments