File tree Expand file tree Collapse file tree 4 files changed +1
-3
lines changed Expand file tree Collapse file tree 4 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ import {
5959import { __ApiPreviewProps } from '../server/api-utils'
6060import loadConfig , { isTargetLikeServerless } from '../server/config'
6161import { BuildManifest } from '../server/get-page-files'
62- import '../server/node-polyfill-fetch'
6362import { normalizePagePath } from '../server/normalize-page-path'
6463import { getPagePath } from '../server/require'
6564import * as ciEnvironment from '../telemetry/ci-info'
Original file line number Diff line number Diff line change 1- import '../server/node-polyfill-fetch'
21import chalk from 'next/dist/compiled/chalk'
32import getGzipSize from 'next/dist/compiled/gzip-size'
43import textTable from 'next/dist/compiled/text-table'
Original file line number Diff line number Diff line change 1+ import '../node-polyfill-fetch'
12import type { __ApiPreviewProps } from '../api-utils'
23import type { CustomRoutes } from '../../lib/load-custom-routes'
34import type { FetchEventResult } from '../web/types'
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import type { GetStaticPaths } from 'next/types'
22import type { NextConfigComplete } from '../config-shared'
33import type { UnwrapPromise } from '../../lib/coalesced-function'
44
5- import '../node-polyfill-fetch'
65import { buildStaticPaths } from '../../build/utils'
76import { loadComponents } from '../load-components'
87import { setHttpAgentOptions } from '../config'
You can’t perform that action at this time.
0 commit comments