import b from "./b";
import d from "./d";
console.log(b, d);
import(/* webpackChunkName: "async2" */ "./async2");