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,