jam-cloud/jam-ui/node_modules/react-toastify/index.js

7 lines
184 B
JavaScript

"use strict";
if (process.env.NODE_ENV === "production") {
module.exports = require("./cjs/react-toastify.min.js");
} else {
module.exports = require("./cjs/react-toastify.js");
}