From beb04de977fcdd3cb737134192318851a9faac99 Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Tue, 20 Jun 2023 12:47:40 +0000 Subject: [PATCH] lint --- .../nextjs/test/config/webpack/constructWebpackConfig.test.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/nextjs/test/config/webpack/constructWebpackConfig.test.ts b/packages/nextjs/test/config/webpack/constructWebpackConfig.test.ts index f336444fb117..86bb2d03d3fd 100644 --- a/packages/nextjs/test/config/webpack/constructWebpackConfig.test.ts +++ b/packages/nextjs/test/config/webpack/constructWebpackConfig.test.ts @@ -7,10 +7,7 @@ import { CLIENT_SDK_CONFIG_FILE, clientBuildContext, clientWebpackConfig, - EDGE_SDK_CONFIG_FILE, - edgeBuildContext, exportedNextConfig, - SERVER_SDK_CONFIG_FILE, serverBuildContext, serverWebpackConfig, userNextConfig,