Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jul 7, 2023
1 parent fcb3a3a commit 39495a1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/next/src/build/webpack-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1986,11 +1986,7 @@ export default async function getBaseWebpackConfig(
? [
{
issuerLayer: {
or: [
WEBPACK_LAYERS.server,
WEBPACK_LAYERS.action,
WEBPACK_LAYERS.metadataRoute,
],
or: WEBPACK_LAYERS.GROUP.server,
},
test: {
// Resolve it if it is a source code file, and it has NOT been
Expand Down

0 comments on commit 39495a1

Please sign in to comment.