Skip to content

Commit

Permalink
OHFJIRA-90 Added URLSearchParams polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
bionaut committed Mar 17, 2018
1 parent 9ed6eb5 commit eea6ab8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions admin-console/package.json
Expand Up @@ -150,6 +150,7 @@
"style-loader": "^0.18.2",
"tinycolor2": "^1.4.1",
"url-loader": "^0.5.6",
"url-search-params-polyfill": "^3.0.0",
"validator": "^7.0.0",
"webfontloader": "^1.6.28",
"webpack": "^1.12.14",
Expand Down
3 changes: 3 additions & 0 deletions admin-console/src/common/modules/auth.module.js
Expand Up @@ -5,6 +5,9 @@ import { login, userInfo, logout } from '../../services/auth.service'
import { fetchConsoleConfig } from '../../services/appConfig.service'
import { toggleSidebar, updateTitle } from '../../layouts/CoreLayout/coreLayout.module'

// URLSearchParams polyfill for Microsoft Edge
import 'url-search-params-polyfill'

// ------------------------------------
// Constants
// ------------------------------------
Expand Down
4 changes: 4 additions & 0 deletions admin-console/yarn.lock
Expand Up @@ -6815,6 +6815,10 @@ url-loader@^0.5.6:
loader-utils "0.2.x"
mime "1.2.x"

url-search-params-polyfill@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/url-search-params-polyfill/-/url-search-params-polyfill-3.0.0.tgz#145fae5b19fc72e8e0a148a2b3ee5330c58f9555"

url@~0.10.1:
version "0.10.3"
resolved "https://registry.yarnpkg.com/url/-/url-0.10.3.tgz#021e4d9c7705f21bbf37d03ceb58767402774c64"
Expand Down

0 comments on commit eea6ab8

Please sign in to comment.