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 4ba3540 commit f77b30eCopy full SHA for f77b30e
storage/framework/core/docs/build.ts
@@ -8,10 +8,15 @@ const result = await Bun.build({
8
entrypoints: ['./src/index.ts'],
9
outdir: './dist',
10
format: 'esm',
11
- target: 'node',
+ target: 'bun',
12
sourcemap: 'linked',
13
minify: true,
14
external: [
15
+ 'vite-plugin-pwa',
16
+ '@vitejs/plugin-vue',
17
+ '@vite-pwa/vitepress',
18
+ 'vitepress',
19
+ 'vitepress-plugin-twoslash',
20
'@stacksjs/config',
21
'@stacksjs/alias',
22
'@stacksjs/path',
storage/framework/core/testing/build.ts
@@ -11,6 +11,7 @@ const result = await Bun.build({
target: 'bun',
+ external: ['@playwright/test'],
})
await outro({
0 commit comments