Install core-js to fix issue with compiled module (#18)

Since Babel is configured to inject core-js built-ins where needed, we
must also install the core-js package.
This commit is contained in:
Alasdair Smith
2021-01-26 12:06:28 +00:00
committed by GitHub
parent 3a392fd8c1
commit 5f1297548f
2 changed files with 8 additions and 1 deletions

View File

@@ -59,5 +59,7 @@
"prettier": "^2.0.2",
"typescript": "^3.8.3"
},
"dependencies": {}
"dependencies": {
"core-js": "^3.8.3"
}
}