UNPKG

infrastructure-components

Version:

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

8 lines (6 loc) 189 B
"use strict"; if (process.env.NODE_ENV === "production") { module.exports = require("./cjs/react-router-dom.min.js"); } else { module.exports = require("./cjs/react-router-dom.js"); }