UNPKG

@sanpjs/bundler-webpack

Version:

@sanpjs/bundler-webpack

13 lines 327 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = ({ config }) => { return { type: 'asset', parser: { dataUrlCondition: { maxSize: config.build.largeAssetSize || 1024 } } }; }; //# sourceMappingURL=asset.js.map