Is it possible to load and unload files dynamically based on a single variable. For instance:
if (variable === 1){ require("file1.js"); }else{