-
Notifications
You must be signed in to change notification settings - Fork 738
[Feat]: Inline rolldown:runtime for each chunk instead of share it #2654
Copy link
Copy link
Open
Labels
on hold: awaiting more feedbackWaiting for more users' feedback to decide the next actionWaiting for more users' feedback to decide the next actionp3: nice to have / edge casescope: chunking
Description
Reproduction link or steps
When using advancedChunks.groups the highest priority chunk will get the rolldown:runtime and others will import from it.
What is expected?
//#region rolldown:runtime
var __esmMin = (fn, res) => () => (fn && (res = fn(fn = 0)), res);//#region rolldown:runtime
var __esmMin = (fn, res) => () => (fn && (res = fn(fn = 0)), res);What is actually happening?
//#region rolldown:runtime
var __esmMin = (fn, res) => () => (fn && (res = fn(fn = 0)), res);import { __esmMin } from "./chunk-one.js";System Info
Rolldown 0.14.0Any additional comments?
No response
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 actionp3: nice to have / edge casescope: chunking
Type
Fields
Give feedbackPriority
None yet
Start date
None yet
Target date
None yet
Effort
None yet