Skip to content

Commit a2a6047

Browse files
committed
chore: update version
1 parent 5a66537 commit a2a6047

6 files changed

+278
-150
lines changed

build.config.ts

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
import { defineBuildConfig } from 'unbuild';
22

33
export default defineBuildConfig({
4-
entries: ['src/index', 'src/cli'],
4+
entries: ['src/index'],
55
clean: true,
66
declaration: true,
7-
87
rollup: {
9-
emitCJS: true,
10-
cjsBridge: true,
11-
inlineDependencies: true,
8+
emitCJS: false,
129
esbuild: {
1310
minify: false,
1411
},
1512
},
13+
failOnWarn: false,
1614
});

0 commit comments

Comments
 (0)