-
Notifications
You must be signed in to change notification settings - Fork 29.5k
Closed
Labels
OutputRelated to the the output configuration option.Related to the the output configuration option.bugIssue was opened via the bug report template.Issue was opened via the bug report template.linear: nextConfirmed issue that is tracked by the Next.js team.Confirmed issue that is tracked by the Next.js team.locked
Description
Link to the code that reproduces this issue
https://github.com/noreiller/next-missing-modules-in-standalone-pages
To Reproduce
- Run
npm i
- Run
npm i [email protected]
- Run
npm run build
- See that the directory
.next/standalone/node_modules/@kontent-ai/delivery-sdk/dist/cjs/mappers
only contains theindex.js
file.
Current vs. Expected behavior
Starting from v13.5.4-canary.4, the directory .next/standalone/node_modules/@kontent-ai/delivery-sdk/dist/cjs/mappers
only contains the index.js
file while previously it contained all the required modules used in the index.js
file.
Verify canary release
- I verified that the issue exists in the latest Next.js canary release
Provide environment information
Operating System:
Platform: linux
Arch: x64
Version: #33~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 7 10:33:52 UTC 2
Binaries:
Node: 18.12.1
npm: 8.19.2
Yarn: 1.22.19
pnpm: 8.2.0
Relevant Packages:
next: 13.5.4
eslint-config-next: 13.5.4
react: 18.2.0
react-dom: 18.2.0
typescript: 5.2.2
Next.js Config:
output: standalone
Which area(s) are affected? (Select all that apply)
Standalone mode (output: "standalone")
Additional context
peakercope, dtrtrifork, nx-alejandrolacasa, georgewitteman, rwieruch and 14 more
Metadata
Metadata
Assignees
Labels
OutputRelated to the the output configuration option.Related to the the output configuration option.bugIssue was opened via the bug report template.Issue was opened via the bug report template.linear: nextConfirmed issue that is tracked by the Next.js team.Confirmed issue that is tracked by the Next.js team.locked