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 9952961 commit d39abafCopy full SHA for d39abaf
.stacks/core/path/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 --target bun', {
+const result = await runCommand('bun build ./src/index.ts --outdir dist --format esm --external pathe --target bun', {
4
cwd: import.meta.dir,
5
})
6
0 commit comments