diff --git a/.gitignore b/.gitignore index ba674e37..9573965d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ public -dist build resources *.lock diff --git a/static/pkg/hotkeys-js/dist/README.md b/static/pkg/hotkeys-js/dist/README.md new file mode 100644 index 00000000..bd982a3a --- /dev/null +++ b/static/pkg/hotkeys-js/dist/README.md @@ -0,0 +1,13 @@ + + +Explanation of Build Files +--- + +| UMD | Size | CommonJS | Size | ES Module | Size | +| ---- | ---- | ---- | ---- | ---- | ---- | +| hotkeys.js | 8.37kb | hotkeys.common.js | 8.13kb | hotkeys.esm.js | 8.12kb | +| hotkeys.min.js | 3.62kb (gzipped: 1.73kb) | hotkeys.common.min.js | (gzipped: 1.84kb) | - | - | + +- [UMD](https://github.com/umdjs/umd): UMD builds can be used directly in the browser via a `