Skip to content

Commit f77b30e

Browse files
committed
chore: wip
1 parent 4ba3540 commit f77b30e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

storage/framework/core/docs/build.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,15 @@ const result = await Bun.build({
88
entrypoints: ['./src/index.ts'],
99
outdir: './dist',
1010
format: 'esm',
11-
target: 'node',
11+
target: 'bun',
1212
sourcemap: 'linked',
1313
minify: true,
1414
external: [
15+
'vite-plugin-pwa',
16+
'@vitejs/plugin-vue',
17+
'@vite-pwa/vitepress',
18+
'vitepress',
19+
'vitepress-plugin-twoslash',
1520
'@stacksjs/config',
1621
'@stacksjs/alias',
1722
'@stacksjs/path',

storage/framework/core/testing/build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const result = await Bun.build({
1111
target: 'bun',
1212
sourcemap: 'linked',
1313
minify: true,
14+
external: ['@playwright/test'],
1415
})
1516

1617
await outro({

0 commit comments

Comments
 (0)