FrontPastel/node_modules/@emotion/hash/dist/emotion-hash.cjs.js

8 lines
186 B
JavaScript

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