Skip to content

Commit

Permalink
fix(nextjs): do not append workspaceRoot twice to tsConfigPath (#17611)
Browse files Browse the repository at this point in the history
  • Loading branch information
hermogenes authored Jun 16, 2023
1 parent 2b8d776 commit 93b123a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/src/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function createWebpackConfig(
let tsConfigPath = join(workspaceRoot, projectRoot, 'tsconfig.json');
if (dependencies.length > 0) {
tsConfigPath = createTmpTsConfig(
join(workspaceRoot, tsConfigPath),
tsConfigPath,
workspaceRoot,
projectRoot,
dependencies
Expand Down

1 comment on commit 93b123a

@vercel
Copy link

@vercel vercel bot commented on 93b123a Jun 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev

Please sign in to comment.