webpack/examples/scope-hoisting/lazy.js

4 lines
57 B
JavaScript

export * from "c";
import * as d from "d";
export { d };