Skip to content

Commit 55b21d0

Browse files
committed
Fallback instead
1 parent aec20da commit 55b21d0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/next/src/build/webpack-config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,6 +1682,13 @@ export default async function getBaseWebpackConfig(
16821682
]
16831683
},
16841684
},
1685+
{
1686+
resolve: {
1687+
alias: {
1688+
next: NEXT_PROJECT_ROOT,
1689+
},
1690+
},
1691+
},
16851692
],
16861693
},
16871694
plugins: [

0 commit comments

Comments
 (0)