I have used create-react-app to create a reactjs project. I need to import a JSON file into .js files which is outside of the src folder. Reason for this is the JSON files contains some of configurations. after I finish the build, I can change the configurations without re-build it. SO it is very important for me to keep the JSON file in the root folder.
without ejecting is there anyway that i can do it?