create-react-app
create-react-app copied to clipboard
Build process not respecting 'homepage' configuration
The build process is generating incorrect absolute paths despite the 'homepage' field in package.json being set to '.' and the PUBLIC_URL environment variable being set to '.' as well. This issue persists even after clearing the npm cache and rebuilding the project. Manual checks of the build/index.html file show absolute paths prefixed with '/social-behav-tool-new/', which should be relative paths.