Skip to content

Commit c133d67

Browse files
committed
chore: wip
1 parent d6d6d4c commit c133d67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

storage/framework/core/actions/build.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ const result = await Bun.build({
1010
outdir: './dist',
1111
format: 'esm',
1212
target: 'bun',
13-
// // sourcemap: 'linked',
13+
// sourcemap: 'linked',
1414
minify: false,
15+
splitting: true,
1516

1617
entrypoints: [
1718
'./src/build/component-libs.ts',

0 commit comments

Comments
 (0)