use esbuild to compile and minify ts

tsc is still used for ts-debug.
This commit is contained in:
Harvey Tindall
2020-09-29 20:35:06 +01:00
parent 7628e5d71d
commit 04a4a4ca95
9 changed files with 60 additions and 17 deletions
+5
View File
@@ -594,6 +594,11 @@
"is-arrayish": "^0.2.1"
}
},
"esbuild": {
"version": "0.7.8",
"resolved": "https://registry.npm.taobao.org/esbuild/download/esbuild-0.7.8.tgz",
"integrity": "sha1-e6wXcYHv4MiTmnsVU2aCr+MtG3M="
},
"escalade": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.0.2.tgz",