feat: add core-js

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-02-09 22:06:45 +08:00
parent 81fa66684a
commit d1b6a4d4b2
5 changed files with 37 additions and 19 deletions

View File

@ -17,7 +17,8 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@ms/nashorn": "^0.1.0"
"@ms/nashorn": "^0.1.0",
"core-js": "^3.6.4"
},
"devDependencies": {
"reflect-metadata": "^0.1.13",