Skip to content

Commit baffdc6

Browse files
committed
build(formats): add format as build entry
1 parent c582c20 commit baffdc6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ export default defineBuildConfig({
77
input: './src/index.ts',
88
builder: 'rollup',
99
name: 'index'
10+
},
11+
{
12+
input: './src/formats.ts',
13+
builder: 'rollup',
14+
name: 'formats'
1015
}
1116
],
1217
externals: [

0 commit comments

Comments
 (0)