father icon indicating copy to clipboard operation
father copied to clipboard

feat: 现在版本的father支持配置inlineLimit吗

Open zbn1120 opened this issue 7 months ago • 0 comments

What problem does this feature solve?

目标是想把svg内联进js中,father版本4.1.5

// .fatherrc.ts
export default {
  // ...
  assets: {
    inlineLimit: 10000, // 10kb 以下的 svg 会被 data url 内联
  },
};

### Possible Solution (optional)

_No response_

zbn1120 avatar May 08 '25 06:05 zbn1120