(relativePath)
| 9 | // https://github.com/facebook/create-react-app/issues/637 |
| 10 | const appDirectory = fs.realpathSync(process.cwd()) |
| 11 | const resolveApp = (relativePath) => path.resolve(appDirectory, relativePath) |
| 12 | |
| 13 | // We use `PUBLIC_URL` environment variable or "homepage" field to infer |
| 14 | // "public path" at which the app is served. |