aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-11-11 15:56:03 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:53 +0300
commit5d01de14ee14c5f86d8f2007c68963cc1f1759ea (patch)
tree5194c18bbc18f0833604224f4bd704dba14b46c4 /vnext/package.json
parent9f1dd954d7023c6a121659d1299fb83fc117a66d (diff)
IE compatibility
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json
index fb787710..7f103c74 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -87,6 +87,7 @@
"react-content-loader": "^3.2.0",
"react-cookies": "^0.1.0",
"react-dom": "16.6.1",
- "react-router-dom": "^4.3.1"
+ "react-router-dom": "^4.3.1",
+ "url-polyfill": "^1.1.0"
}
}