mirror of https://github.com/webpack/webpack.git
3 lines
179 B
JavaScript
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)
|