Skip to content

Commit

Permalink
add basePath
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Dec 21, 2022
1 parent cf299de commit e32cddc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/next/cli/next-dev.ts
Expand Up @@ -216,6 +216,7 @@ const nextDev: cliCommand = async (argv) => {
configKey === 'images' ||
configKey === 'reactStrictMode' ||
configKey === 'swcMinify' ||
configKey === 'basePath' ||
configKey === 'configFileName'
) {
return false
Expand Down Expand Up @@ -277,6 +278,7 @@ const nextDev: cliCommand = async (argv) => {
'experimental.appDir',
'experimental.serverComponentsExternalPackages',
'images',
'basePath',
'swcMinify',
'configFileName',
]
Expand Down

0 comments on commit e32cddc

Please sign in to comment.