diff --git a/lib/helpers/withMiddleware.ts b/lib/helpers/withMiddleware.ts index 9ce21233fb..6f7d7927c0 100644 --- a/lib/helpers/withMiddleware.ts +++ b/lib/helpers/withMiddleware.ts @@ -1,5 +1,4 @@ import { label } from "next-api-middleware"; -import PagesManifestPlugin from "next/dist/build/webpack/plugins/pages-manifest-plugin"; import { addRequestId } from "./addRequestid"; import { captureErrors } from "./captureErrors";