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 ef56c48 commit 15c225dCopy full SHA for 15c225d
1 file changed
test/Examples.test.js
@@ -20,7 +20,8 @@ describe("Examples", function() {
20
options.output = options.output || {};
21
options.optimize.occurenceOrder = true;
22
options.output.pathInfo = true;
23
- options.output.path = path.join(examplePath, "js")
+ options.output.path = path.join(examplePath, "js");
24
+ options.output.publicPath = "js/";
25
if(!options.output.filename)
26
options.output.filename = "output.js";
27
if(!options.entry)
0 commit comments