fix: URLSearchParams polyfill via core-js upgrade (#2059)

* fix: URLSearchParams polyfill via core-js upgrade

* deduplicate

* testing, remove manual imports

* chore: bump rme
This commit is contained in:
Tom Moor
2021-04-22 18:21:27 -07:00
committed by GitHub
parent 1a183ba0fc
commit 16c60a0d59
4 changed files with 29 additions and 72 deletions

View File

@@ -6,7 +6,7 @@
"@babel/preset-env",
{
"corejs": {
"version": "2",
"version": "3",
"proposals": true
},
"useBuiltIns": "usage"