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