UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

10 lines (9 loc) 243 B
if (typeof window !== "undefined") { module.exports = window; } else if (typeof global !== "undefined") { module.exports = global; } else if (typeof self !== "undefined"){ module.exports = self; } else { module.exports = {}; }