webpack/test/configCases/chunk-index/order-multiple-entries/entry2.js

7 lines
126 B
JavaScript

import "./c";
import(/* webpackChunkName: "async" */ "./async");
import "./b";
import "./a";
it("should compile", () => {});