👷 remove tslib and use @babel/runtime instead (#2264)
This commit is contained in:
parent
e9e492ba8e
commit
d9f7d1431d
|
|
@ -104,8 +104,7 @@
|
|||
"@babel/runtime": "^7.10.5",
|
||||
"import-html-entry": "^1.9.0",
|
||||
"lodash": "^4.17.11",
|
||||
"single-spa": "^5.9.2",
|
||||
"tslib": "^1.10.0"
|
||||
"single-spa": "^5.9.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^25.1.4",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
"lib": ["es2018", "dom"],
|
||||
"declaration": true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user