I created an app using electron-react-boilerplate. I am pulling in a JSON file to serve as a source of data. When I run the build command -
npm run package
I get it successfully packaged. But the JSON file is not pulled in. How can I pull in supporting files in an electron-react-boilerplate deployed app?