Skip to content

Commit fe5ba14

Browse files
committed
chore: update import lodash
1 parent 5e96048 commit fe5ba14

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+11292
-5783
lines changed

build.config.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1+
import fs from 'node:fs/promises';
12
import { defineBuildConfig } from 'unbuild';
23

34
export default defineBuildConfig({
45
entries: ['src/index', 'src/cli'],
56
clean: true,
67
declaration: true,
7-
88
rollup: {
9-
emitCJS: true,
10-
cjsBridge: true,
11-
inlineDependencies: true,
9+
emitCJS: false,
1210
esbuild: {
13-
minify: false,
11+
minify: true,
1412
},
1513
},
14+
failOnWarn: false,
1615
});

0 commit comments

Comments
 (0)