Skip to content

[Bug]: side effects in this.emitFile({ type: 'chunk' }) is removed when preserveEntrySignatures: false is set #5011

@sapphi-red

Description

@sapphi-red

Reproduction link or steps

  1. Open https://stackblitz.com/edit/rolldown-rolldown-starter-stackblitz-3aeczjue?file=rolldown.config.mjs
  2. pnpm i runs automatically
  3. pnpm build runs automatically
  4. Run pnpm build:up to see rollup's behavior

What is expected?

dist/after-preload-dynamic-hash.js to include the content of dist/entry.js, and dist/entry.js to have import './after-preload-dynamic-hash.js'.
In other words, output to be similar to Rollup's one.

What is actually happening?

dist/after-preload-dynamic-hash.js is empty.

System Info

StackBlitz

  System:
    OS: Linux 5.0 undefined
    CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
    Memory: 0 Bytes / 0 Bytes
    Shell: 1.0 - /bin/jsh
  Binaries:
    Node: 20.19.1 - /usr/local/bin/node
    Yarn: 1.22.19 - /usr/local/bin/yarn
    npm: 10.8.2 - /usr/local/bin/npm
    pnpm: 8.15.6 - /usr/local/bin/pnpm
  npmPackages:
    @rolldown/browser:  1.0.0-beta.18

Any additional comments?

cc @IWANABETHATGUY

Metadata

Metadata

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions