remove require hook (vercel/turbo#2473)

This commit is contained in:
Tobias Koppers 2022-10-29 00:24:25 +02:00 committed by GitHub
parent f9fb452b32
commit befc272a8c
3 changed files with 0 additions and 3 deletions

View file

@ -16,7 +16,6 @@ import type {
} from "next/dist/build/webpack/plugins/flight-manifest-plugin";
import type { RenderData } from "types/turbopack";
import "next/dist/server/initialize-require-hook";
import "next/dist/server/node-polyfill-fetch";
import "next/dist/server/node-polyfill-web-streams";
import { RenderOpts, renderToHTMLOrFlight } from "next/dist/server/app-render";

View file

@ -5,7 +5,6 @@ import http, { ServerResponse } from "node:http";
import type { AddressInfo, Socket } from "node:net";
import { Buffer } from "node:buffer";
import "next/dist/server/initialize-require-hook";
import "next/dist/server/node-polyfill-fetch.js";
import * as allExports from ".";

View file

@ -2,7 +2,6 @@ import IPC, { Ipc } from "@vercel/turbopack-next/internal/ipc";
import type { IncomingMessage, ServerResponse } from "node:http";
import "next/dist/server/initialize-require-hook";
import "@vercel/turbopack-next/internal/shims";
import "next/dist/server/node-polyfill-fetch.js";
import { renderToHTML } from "next/dist/server/render";