UNPKG

infrastructure-components

Version:

Infrastructure-Components configure the infrastructure of your React-App as part of your React-Components.

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