webpack/test/configCases/contenthash/include-chunk-id/index.js

6 lines
135 B
JavaScript

it("should compile and run the test", function () {});
if(Math.random() < -1) {
import(/* webpackChunkName: "chunk" */ "./chunk");
}