Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Feb 8, 2022
1 parent 71d2b1a commit ed8bc03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/next/build/index.ts
Expand Up @@ -572,7 +572,9 @@ export default async function build(
hasServerComponents
? path.join(
SERVER_DIRECTORY,
MIDDLEWARE_FLIGHT_MANIFEST + runtime == 'edge' ? '.js' : '.json'
MIDDLEWARE_FLIGHT_MANIFEST + runtime === 'edge'
? '.js'
: '.json'
)
: null,
REACT_LOADABLE_MANIFEST,
Expand Down

0 comments on commit ed8bc03

Please sign in to comment.