We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc4b52 commit b0fbec0Copy full SHA for b0fbec0
packages/next/server/base-server.ts
@@ -57,7 +57,6 @@ import { execOnce } from '../shared/lib/utils'
57
import { isBlockedPage, isBot } from './utils'
58
import RenderResult from './render-result'
59
import { loadEnvConfig } from '@next/env'
60
-import './node-polyfill-fetch'
61
import { PagesManifest } from '../build/webpack/plugins/pages-manifest-plugin'
62
import { removePathTrailingSlash } from '../client/normalize-trailing-slash'
63
import getRouteFromAssetPath from '../shared/lib/router/utils/get-route-from-asset-path'
0 commit comments