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 1baf30c commit 5f61d1dCopy full SHA for 5f61d1d
test/middleware.test.js
@@ -866,7 +866,7 @@ describe.each([
866
output: { path: basicOutputPath, publicPath: "" },
867
publicPathForRequest: "/",
868
},
869
- /* {
+ {
870
output: {
871
path: path.join(basicOutputPath, "dist"),
872
publicPath: "",
@@ -933,7 +933,7 @@ describe.each([
933
publicPath: "//test.domain/",
934
935
936
- },*/
+ },
937
];
938
939
const isWindows = process.platform === "win32";
0 commit comments