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