|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
450 bytes
|
| Line | |
|---|
| 1 | /**
|
|---|
| 2 | * React Router v6.30.3
|
|---|
| 3 | *
|
|---|
| 4 | * Copyright (c) Remix Software Inc.
|
|---|
| 5 | *
|
|---|
| 6 | * This source code is licensed under the MIT license found in the
|
|---|
| 7 | * LICENSE.md file in the root directory of this source tree.
|
|---|
| 8 | *
|
|---|
| 9 | * @license MIT
|
|---|
| 10 | */
|
|---|
| 11 | 'use strict';
|
|---|
| 12 |
|
|---|
| 13 | /* eslint-env node */
|
|---|
| 14 |
|
|---|
| 15 | if (process.env.NODE_ENV === "production") {
|
|---|
| 16 | module.exports = require("./umd/react-router.production.min.js");
|
|---|
| 17 | } else {
|
|---|
| 18 | module.exports = require("./umd/react-router.development.js");
|
|---|
| 19 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.