webpack/test/statsCases/module-deduplication/async3.js

4 lines
61 B
JavaScript

import b from "./b";
import h from "./h";
console.log(b, h);