Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrykingxyz committed Jan 4, 2024
1 parent 4d25359 commit da540b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rspack/src/config/zod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,7 @@ const optimization = z.strictObject({
export type Optimization = z.infer<typeof optimization>;
//#endregion

//#region Experiments
const rspackFutureOptions = z.strictObject({
newTreeshaking: z.boolean().optional(),
disableApplyEntryLazily: z.boolean().optional()
Expand Down

0 comments on commit da540b2

Please sign in to comment.