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 ac1a513 commit 7c5e353Copy full SHA for 7c5e353
test/configCases/issues/issue-14974/index.js
@@ -1,7 +1,6 @@
1
import "./tla.js"
2
const a = import("./defer.js")
3
import.meta.webpackHot.accept(["./defer.js"], () => {})
4
-
5
it("should compile", async () => {
6
expect(await a).toBeTruthy();
7
});
test/configCases/issues/issue-14974/test.filter.js
@@ -0,0 +1,3 @@
+module.exports = function () {
+ return process.version.slice(0, 4) !== "v10."
+};
0 commit comments