persona-community-5/.pnpm-store/v3/files/70/ea5bca8f211c0f4ae66858b758bb456ef8f41def52d726a1a12aeb1c04296ce16e17d3ef6fe04a4d2476187f86e9a1cc1f13478c1133f27c1cf33ed45e21f2
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

20 lines
462 B
Plaintext

/**
* React Router DOM v6.30.3
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/
'use strict';
/* eslint-env node */
if (process.env.NODE_ENV === "production") {
module.exports = require("./umd/react-router-dom.production.min.js");
} else {
module.exports = require("./umd/react-router-dom.development.js");
}