create-react-app icon indicating copy to clipboard operation
create-react-app copied to clipboard

Build process not respecting 'homepage' configuration

Open devin-ai-integration[bot] opened this issue 9 months ago • 0 comments

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.