From e32cddc1d7eb21758574ee4240d098313053c137 Mon Sep 17 00:00:00 2001 From: Tobias Koppers Date: Wed, 21 Dec 2022 17:17:27 +0100 Subject: [PATCH] add basePath --- packages/next/cli/next-dev.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/next/cli/next-dev.ts b/packages/next/cli/next-dev.ts index b95cd1a1206b..ec0b02dac11e 100755 --- a/packages/next/cli/next-dev.ts +++ b/packages/next/cli/next-dev.ts @@ -216,6 +216,7 @@ const nextDev: cliCommand = async (argv) => { configKey === 'images' || configKey === 'reactStrictMode' || configKey === 'swcMinify' || + configKey === 'basePath' || configKey === 'configFileName' ) { return false @@ -277,6 +278,7 @@ const nextDev: cliCommand = async (argv) => { 'experimental.appDir', 'experimental.serverComponentsExternalPackages', 'images', + 'basePath', 'swcMinify', 'configFileName', ]