We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5724f75 commit 7208666Copy full SHA for 7208666
packages/react-scripts/config/paths.js
@@ -51,6 +51,7 @@ function getServedPath(appPackageJson) {
51
// config after eject: we're in ./config/
52
module.exports = {
53
dotenv: resolveApp('.env'),
54
+ appPath: resolveApp('.'),
55
appBuild: resolveApp('build'),
56
appPublic: resolveApp('public'),
57
appHtml: resolveApp('public/index.html'),
0 commit comments