Skip to content

Commit

Permalink
Transpile all code on app browser layer
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Dec 13, 2023
1 parent 61a7db6 commit b18160d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/next/src/build/webpack-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,6 @@ export default async function getBaseWebpackConfig(
},
{
test: codeCondition.test,
exclude: codeCondition.exclude,
issuerLayer: [WEBPACK_LAYERS.appPagesBrowser],
use: swcLoaderForClientLayer,
resolve: {
Expand Down

0 comments on commit b18160d

Please sign in to comment.