Hi,
I'm accustomed to symlinking bundle.js to a file in my Django application's media directory during development, outlined here: https://github.com/ccnmtl/juxtapose#development-notes
However, with my newly-created react app that I made with create-react-app, I run npm run start and don't see build/bundle.js on the filesystem. In the browser I do see http://localhost:3000/static/js/bundle.js. Does this path exist on the filesystem so I can symlink to it?
Hi,
I'm accustomed to symlinking
bundle.jsto a file in my Django application's media directory during development, outlined here: https://github.com/ccnmtl/juxtapose#development-notesHowever, with my newly-created react app that I made with
create-react-app, I runnpm run startand don't seebuild/bundle.json the filesystem. In the browser I do see http://localhost:3000/static/js/bundle.js. Does this path exist on the filesystem so I can symlink to it?