mirror of https://github.com/vladmandic/human
turn on minification
parent
b9547e551a
commit
a9ca883908
|
@ -128,6 +128,7 @@
|
||||||
"input": "src/human.ts",
|
"input": "src/human.ts",
|
||||||
"output": "dist/human.custom.esm.js",
|
"output": "dist/human.custom.esm.js",
|
||||||
"sourcemap": true,
|
"sourcemap": true,
|
||||||
|
"minify": true,
|
||||||
"external": ["fs", "os", "buffer", "util"]
|
"external": ["fs", "os", "buffer", "util"]
|
||||||
},
|
},
|
||||||
|
|
|
@ -11,9 +11,9 @@
|
||||||
|
|
||||||
### **HEAD -> main** 2021/10/22 mandic00@live.com
|
### **HEAD -> main** 2021/10/22 mandic00@live.com
|
||||||
|
|
||||||
|
- initial work on skiptime
|
||||||
### **origin/main** 2021/10/22 mandic00@live.com
|
- added generic types
|
||||||
|
- enhanced typing exports
|
||||||
- add optional autodetected custom wasm path
|
- add optional autodetected custom wasm path
|
||||||
|
|
||||||
### **2.3.6** 2021/10/21 mandic00@live.com
|
### **2.3.6** 2021/10/21 mandic00@live.com
|
||||||
|
|
Loading…
Reference in New Issue