dbounce.js

Basic thread-wide de-bounce helper
git clone git://git.finwo.net/lib/dbounce.js
Log | Files | Refs | README

config.build.json (206B)


      1 {
      2    "$": {
      3      "join": {
      4        "long": "="
      5      }
      6    },
      7    "outdir": "dist/",
      8    "target": "es2017",
      9    "platform": "node",
     10    "sourcemap": true,
     11    "format": "cjs",
     12    "_": [
     13       "src/**/*.js"
     14    ]
     15 }