fliphub-monorepo
Version:
the builder of builders
10 lines (8 loc) • 619 B
JavaScript
const ChainedMap = require('./ChainedMap');
module.exports = class extends ChainedMap {
constructor(parent) {
super(parent);
this.extend(['chunkFilename', 'crossOriginLoading', 'filename', 'library', 'libraryTarget', 'devtoolFallbackModuleFilenameTemplate', 'devtoolLineToLine', 'devtoolModuleFilenameTemplate', 'hashFunction', 'hashDigest', 'hashDigestLength', 'hashSalt', 'hotUpdateChunkFilename', 'hotUpdateFunction', 'hotUpdateMainFilename', 'jsonpFunction', 'path', 'pathinfo', 'publicPath', 'sourceMapFilename', 'sourcePrefix', 'strictModuleExceptionHandling', 'umdNamedDefine']);
}
};
;