export const NO_CACHE_MAP_DEFINED = "No parentURL provided. No cachePath was defined. Couldn't get cachePath from cacheMap."; export const ALL_CACHE_MAP_REQUIREMENTS_MUST_BE_DEFINED = "All cacheMap requirements must be defined."; // export const IS_DEBUGGING = Boolean(process.env.DEBUG) || false; export const IS_DEBUGGING = true;