We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70a3bf commit 4484652Copy full SHA for 4484652
1 file changed
lib/utils.js
@@ -72,5 +72,5 @@ exports.normalizeProxyUrlFile = (app, url) => {
72
return exports.normalizeUrlFile(app.baseDir, url, info.publicPath, info.buildPath);
73
}
74
75
- return url;
+ return path.join(app.baseDir, url);
76
};
0 commit comments