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

3 lines
179 B
JavaScript

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)