ohctechv3/.svn/pristine/07/07bf620de7775d3aae394bdc64e52be63f4036dc.svn-base
2024-10-28 15:03:36 +05:30

8 lines
188 B
Plaintext

'use strict';
if (process.env.NODE_ENV === "production") {
module.exports = require("./emotion-cache.cjs.prod.js");
} else {
module.exports = require("./emotion-cache.cjs.dev.js");
}