How do I load locally stored scripts? I need to integrate coinbase with my project, but they require a local script to be loaded, with an id at the script tag, thus I'm using react-load-script, but it's not working for local scripts.
Edit: I'm using parcel-js as my packager.