Skip to content

Commit

Permalink
lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jan 23, 2022
1 parent 0891087 commit 134d79e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/next/server/config-shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ export type NextConfig = { [key: string]: any } & {
redirects?: () => Promise<Redirect[]>

/**
* @deprecated This option has been removed as webpack 5 is now default
*/
* @deprecated This option has been removed as webpack 5 is now default
*/
webpack5?: false
excludeDefaultMomentLocales?: boolean

Expand Down

0 comments on commit 134d79e

Please sign in to comment.