target: rolldown minify ```js import { b, g } from "./res-SWvxTGCX.js"; export { g as load_css, b as start }; ``` to ```js export { g as load_css, b as start } from "./res-SWvxTGCX.js"; ``` rolldown currently [will produce this syntax](https://github.com/rolldown/rolldown/blob/783fe01ccd2da972d284cdabb7800ff46c531569/crates/rolldown/src/ast_scanner/mod.rs#L467-L490) as an artifact, oxc-minify could fix this