-
Notifications
You must be signed in to change notification settings - Fork 699
Labels
on hold: awaiting more feedbackWaiting for more users' feedback to decide the next actionWaiting for more users' feedback to decide the next actionp1: importantrolldown-vitescope: rollup-compat
Description
Reproduction link or steps
- Open https://stackblitz.com/edit/github-nci4o6nk-smotzcsu?file=rolldown.config.mjs
npm iruns automaticallynpm run buildruns automatically
What is expected?
outputOptions hook is called after all the transform hooks.
In other words, the output is:
transform
transform
called!
outputOptions hook is one of the output generation hook which runs after all the build hooks.
https://rollupjs.org/plugin-development/#output-generation-hooks
What is actually happening?
outputOptions hook is called before all the transform hooks.
In other words, the output is:
called!
transform
transform
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: 18.20.3 - /usr/local/bin/node
Yarn: 1.22.19 - /usr/local/bin/yarn
npm: 10.2.3 - /usr/local/bin/npm
pnpm: 8.15.6 - /usr/local/bin/pnpm
npmPackages:
rolldown: 1.0.0-beta.3-commit.b546e53 => 1.0.0-beta.3-commit.b546e53Any additional comments?
This was found together with #3570
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
on hold: awaiting more feedbackWaiting for more users' feedback to decide the next actionWaiting for more users' feedback to decide the next actionp1: importantrolldown-vitescope: rollup-compat