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
Any additional comments?
No response
Reproduction link or steps
When using
advancedChunks.groupsthe highest priority chunk will get therolldown:runtimeand others will import from it.What is expected?
What is actually happening?
System Info
Any additional comments?
No response