Skip to content

minifier: minify import-export pattern #13047

@KTibow

Description

@KTibow

target: rolldown

minify

import { b, g } from "./res-SWvxTGCX.js";
export { g as load_css, b as start };

to

export { g as load_css, b as start } from "./res-SWvxTGCX.js";

rolldown currently will produce this syntax as an artifact, oxc-minify could fix this

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions