browserify-cache-api

3.0.2 • Public • Published

browserify-cache-api

Attaches per-module caching of module resolution and transformation to a browserify instance.

Caches to a file on disk, invalidated by source file modification time.

Used by browserify-incremental

  // create a browserify instance
  var b = browserify({
    // cache and packageCache opts are required
    cache: {},
    packageCache: {},
    // and then your opts...
  });

  // attach caching, specifying a location to store the cache file
  browserifyCache(b, {cacheFile: './tmp/browserify-cache.json'});

  // browserify module resolution + transformation is now cached

Contributing

Please see the Contributor Guidelines.

/browserify-cache-api/

    Package Sidebar

    Install

    npm i browserify-cache-api

    Weekly Downloads

    57,750

    Version

    3.0.2

    License

    MIT

    Unpacked Size

    11.8 kB

    Total Files

    14

    Last publish

    Collaborators

    • jsdf
    • macil