webpack/test/statsCases/graph-correctness-modules/module-b.js

3 lines
179 B
JavaScript
Raw Normal View History

2017-10-11 17:13:36 +08:00
import(/* webpackChunkName: "c" */"./module-c");
import("./module-x"); // This should not create a chunk, because module-x is in both entrypoints (in every path to this module-b)