Skip to content

Commit 1475548

Browse files
committed
try disabling layer
1 parent 357f7f0 commit 1475548

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1937,7 +1937,7 @@ export default async function getBaseWebpackConfig(
19371937
},
19381938
},
19391939
{
1940-
issuerLayer: WEBPACK_LAYERS.appClient,
1940+
// issuerLayer: WEBPACK_LAYERS.appClient,
19411941
test: codeCondition.test,
19421942
resolve: {
19431943
alias: {

0 commit comments

Comments
 (0)