From 6ca5df0082d80d9eee6c3f6a63500e23cfdd55f8 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Fri, 22 Oct 2021 20:14:13 -0400 Subject: [PATCH] turn on minification --- build.json => .build.json | 1 + CHANGELOG.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) rename build.json => .build.json (99%) diff --git a/build.json b/.build.json similarity index 99% rename from build.json rename to .build.json index 8665acea..01eb0702 100644 --- a/build.json +++ b/.build.json @@ -128,6 +128,7 @@ "input": "src/human.ts", "output": "dist/human.custom.esm.js", "sourcemap": true, + "minify": true, "external": ["fs", "os", "buffer", "util"] }, diff --git a/CHANGELOG.md b/CHANGELOG.md index 68b9e9fc..cb26bfc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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