mirror of https://github.com/vladmandic/human
fix iife loader
parent
c9554f8e77
commit
cd77ccdef6
|
@ -11,6 +11,7 @@
|
|||
|
||||
### **HEAD -> main** 2021/09/11 mandic00@live.com
|
||||
|
||||
- simplify dependencies
|
||||
- fix file permissions
|
||||
- remove old build server
|
||||
- change build process
|
||||
|
|
|
@ -116,6 +116,7 @@
|
|||
"input": "src/human.ts",
|
||||
"output": "dist/human.js",
|
||||
"minify": true,
|
||||
"globalName": "Human",
|
||||
"external": ["fs", "os", "buffer", "util"]
|
||||
},
|
||||
{
|
||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
|||
Subproject commit 3bf213c17d3f25368dc161ad33df8195b60dacb2
|
||||
Subproject commit ec49beb9f19c0abde3e62b24ba2c7749ef54c9aa
|
Loading…
Reference in New Issue