in packages/docpack-examples-compiler/lib/ExamplesCompiler.js [117:120]
ExamplesCompiler.prototype.hasHotModuleReplacement = function () {
var parentCompilerOptions = this._compiler.parentCompilation.compiler.options;
return parentCompilerOptions.devServer && parentCompilerOptions.devServer.hot === true;
};