We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77ec39 commit c65d164Copy full SHA for c65d164
test/configCases/split-chunks/runtime-chunk/a.js
@@ -3,4 +3,8 @@ it("should be able to load the split chunk on demand", () => {
3
4
const script = document.head._children[0];
5
expect(script.src).toBe("dep~b~shared.js");
6
+
7
+ __non_webpack_require__("./dep~b~shared.js");
8
9
+ return promise;
10
});
0 commit comments