fix(client): add polyfill explicitly

Previously it was only present because of a chain of dependencies
This commit is contained in:
Oliver Eyton-Williams
2020-09-23 12:16:08 +02:00
committed by Mrugesh Mohapatra
parent 410ab87c61
commit 5528823151
2 changed files with 10 additions and 0 deletions

View File

@ -3008,6 +3008,15 @@
}
}
},
"@babel/polyfill": {
"version": "7.11.5",
"resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.11.5.tgz",
"integrity": "sha512-FunXnE0Sgpd61pKSj2OSOs1D44rKTD3pGOfGilZ6LGrrIH0QEtJlTjqOqdF8Bs98JmjfGhni2BBkTfv9KcKJ9g==",
"requires": {
"core-js": "^2.6.5",
"regenerator-runtime": "^0.13.4"
}
},
"@babel/preset-env": {
"version": "7.11.5",
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.11.5.tgz",

View File

@ -7,6 +7,7 @@
"dependencies": {
"@babel/plugin-proposal-export-default-from": "^7.10.4",
"@babel/plugin-proposal-function-bind": "^7.11.5",
"@babel/polyfill": "^7.11.5",
"@babel/standalone": "^7.11.6",
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-svg-core": "^1.2.30",