UNPKG

create-emotion-server

Version:

SSR and style extraction tooling for emotion, The Next Generation of CSS-in-JS.

8 lines (6 loc) 204 B
'use strict'; if (process.env.NODE_ENV === "production") { module.exports = require("./create-emotion-server.cjs.prod.js"); } else { module.exports = require("./create-emotion-server.cjs.dev.js"); }