turn on minification

pull/293/head
Vladimir Mandic 2021-10-22 20:14:13 -04:00
parent 3d81a19a66
commit 267c87536a
2 changed files with 4 additions and 3 deletions

View File

@ -128,6 +128,7 @@
"input": "src/human.ts",
"output": "dist/human.custom.esm.js",
"sourcemap": true,
"minify": true,
"external": ["fs", "os", "buffer", "util"]
},

View File

@ -11,9 +11,9 @@
### **HEAD -> main** 2021/10/22 mandic00@live.com
### **origin/main** 2021/10/22 mandic00@live.com
- initial work on skiptime
- added generic types
- enhanced typing exports
- add optional autodetected custom wasm path
### **2.3.6** 2021/10/21 mandic00@live.com