Hadron Compile Cache
npm install --save hadron-compile-cache
'use strict';
const path = require('path');
const CompileCache = require('hadron-compile-cache');
const home = path.join('path', 'to', 'my', 'root');
CompileCache.setHomeDirectory(home);
require('mysource.jsx'); // Will be hooked into the cache.
Apache 2.0