From 5a0f85d3f688920c5b623b075a33c6677a2c1be7 Mon Sep 17 00:00:00 2001 From: Shu Ding Date: Thu, 24 Nov 2022 22:36:08 +0100 Subject: [PATCH] fix lint error --- .../next/build/webpack/plugins/flight-client-entry-plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/build/webpack/plugins/flight-client-entry-plugin.ts b/packages/next/build/webpack/plugins/flight-client-entry-plugin.ts index 83c79a2dbae5..b8c483ceba37 100644 --- a/packages/next/build/webpack/plugins/flight-client-entry-plugin.ts +++ b/packages/next/build/webpack/plugins/flight-client-entry-plugin.ts @@ -12,7 +12,7 @@ import { entries, EntryTypes, } from '../../../server/dev/on-demand-entry-handler' -import { APP_DIR_ALIAS, WEBPACK_LAYERS } from '../../../lib/constants' +import { WEBPACK_LAYERS } from '../../../lib/constants' import { APP_CLIENT_INTERNALS, COMPILER_NAMES,