Skip to content

Commit 10eb07e

Browse files
committed
build(deps-dev): add unbuild
1 parent cb9628c commit 10eb07e

File tree

4 files changed

+5038
-427
lines changed

4 files changed

+5038
-427
lines changed

build.config.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import { defineBuildConfig } from 'unbuild'
2+
3+
export default defineBuildConfig({
4+
rollup: {
5+
emitCJS: true,
6+
},
7+
rootDir: './lib',
8+
outDir: '../dist',
9+
entries: ['index.js'],
10+
declaration: true,
11+
})

0 commit comments

Comments
 (0)