We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c20f1 commit 5c3ab84Copy full SHA for 5c3ab84
packages/react-scripts/config/webpack.config.prod.js
@@ -42,7 +42,7 @@ var homepagePathname = homepagePath ? url.parse(homepagePath).pathname : '/';
42
var publicPath = ensureSlash(homepagePathname, true);
43
// `publicUrl` is just like `publicPath`, but we will provide it to our app
44
// as %PUBLIC_URL% in `index.html` and `process.env.PUBLIC_URL` in JavaScript.
45
-// Omit trailing shlash as %PUBLIC_PATH%/xyz looks better than %PUBLIC_PATH%xyz.
+// Omit trailing slash as %PUBLIC_PATH%/xyz looks better than %PUBLIC_PATH%xyz.
46
var publicUrl = ensureSlash(homepagePathname, false);
47
// Get environment variables to inject into our app.
48
var env = getClientEnvironment(publicUrl);
0 commit comments