All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.main.js Maven / Gradle / Ivy

There is a newer version: 6.26.2
Show newest version
/**
 * React Router v6.28.0
 *
 * 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.production.min.js");
} else {
  module.exports = require("./umd/react-router.development.js");
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy