Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Nov 5, 2021
1 parent 916faf8 commit 01ba9a4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/next/build/entries.ts
Expand Up @@ -127,11 +127,6 @@ export function createEntrypoints(
i18n: config.i18n ? JSON.stringify(config.i18n) : '',
}

const hasServerComponents = !!(
config.experimental.concurrentFeatures &&
config.experimental.serverComponents
)

Object.keys(pages).forEach((page) => {
const absolutePagePath = pages[page]
const bundleFile = normalizePagePath(page)
Expand Down

0 comments on commit 01ba9a4

Please sign in to comment.