mirror of
https://github.com/rjNemo/ticket_manager
synced 2026-06-07 01:06:39 +00:00
7 lines
181 B
JavaScript
7 lines
181 B
JavaScript
"use strict";
|
|
|
|
if (process.env.NODE_ENV === "production") {
|
|
module.exports = require("./cjs/react-router.min.js");
|
|
} else {
|
|
module.exports = require("./cjs/react-router.js");
|
|
}
|