webpack/test/cases/optimize/tree-shaking-star/x.js

3 lines
44 B
JavaScript

export * from "./x1";
export * from "./x2";