Is there any way to call / load in a different JS file when in DEV mode?
Example: call my production custom JS file when in prod mode. I flip to DEV mode, I want to call a separate file for DEV as to not impact production while edits are being done in the DEV custom JS file.