Add Logistics and Extension support

This commit is contained in:
uwap 2022-12-23 09:02:22 +01:00
parent e2e93947b5
commit 18ff62a97b
9 changed files with 66 additions and 9 deletions

7
.swcrc
View file

@ -7,5 +7,12 @@
},
"module": {
"type": "commonjs"
},
"env": {
"targets": {
"node": "9"
},
"mode": "entry",
"coreJs": "3.22"
}
}