UNPKG

rspack-chain

Version:

<p> <a href="https://npmjs.com/package/rspack-chain?activeTab=readme"> <img src="https://img.shields.io/npm/v/rspack-chain?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /> </a> <a href="https://nodejs.org/en/about/previous-rele

9 lines (7 loc) 234 B
const ChainedValueMap = require('./ChainedValueMap'); module.exports = class extends ChainedValueMap { constructor(parent) { super(parent); this.extend(['assetFilter', 'hints', 'maxAssetSize', 'maxEntrypointSize']); } };