webpack/test/statsCases/graph-roots/index.js

13 lines
426 B
JavaScript

import(/* webpackChunkName: "tree" */ "./tree");
import(/* webpackChunkName: "trees" */ "./trees/1");
import(/* webpackChunkName: "trees" */ "./trees/2");
import(/* webpackChunkName: "trees" */ "./trees/3");
import(/* webpackChunkName: "cycle" */ "./cycle");
import(/* webpackChunkName: "cycle2" */ "./cycle2");
import(/* webpackChunkName: "cycles" */ "./cycles/1");
import(/* webpackChunkName: "cycles" */ "./cycles/2");