mirror of https://github.com/vladmandic/human
turn on minification
parent
3d81a19a66
commit
267c87536a
|
@ -128,6 +128,7 @@
|
|||
"input": "src/human.ts",
|
||||
"output": "dist/human.custom.esm.js",
|
||||
"sourcemap": true,
|
||||
"minify": true,
|
||||
"external": ["fs", "os", "buffer", "util"]
|
||||
},
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue