Skip to content

Commit

Permalink
chore: extend chunkSizeWarningLimit
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 13, 2021
1 parent 53e0008 commit a349453
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/slidev/node/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ export async function build(
},
},
],
build: {
chunkSizeWarningLimit: 2000,
},
}),
)

Expand Down

0 comments on commit a349453

Please sign in to comment.