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 eab938b commit ded473bCopy full SHA for ded473b
.stacks/core/collections/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 collect.js', {
4
cwd: import.meta.dir,
5
})
6
0 commit comments