From 02318377bdc92b29121946516f4aec3e53af7a99 Mon Sep 17 00:00:00 2001 From: Tobias Koppers Date: Fri, 18 Sep 2020 12:17:06 +0200 Subject: [PATCH] fix HotTestCases --- test/HotTestCases.template.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/HotTestCases.template.js b/test/HotTestCases.template.js index 7116ba661..1095bea0f 100644 --- a/test/HotTestCases.template.js +++ b/test/HotTestCases.template.js @@ -66,6 +66,8 @@ const describeCases = config => { options.output.chunkFilename = "[name].chunk.[fullhash].js"; if (options.output.pathinfo === undefined) options.output.pathinfo = true; + if (options.output.publicPath === undefined) + options.output.publicPath = ""; if (options.output.library === undefined) options.output.library = { type: "commonjs2" }; if (!options.optimization) options.optimization = {};