picgo-plugin-watermark
picgo-plugin-watermark copied to clipboard
与插件picgo-plugin-rename-file冲突
装上picgo-plugin-watermark后导致picgo-plugin-rename-file插件不生效。
https://github.com/fhyoga/picgo-plugin-watermark/blob/master/src/output.ts#L29
watermark是个beforeUpload插件,这里不应该覆写output里的fileName属性,因为经过transformer之后,已经有output了(包含fileName等),这里应该需要做的是透传fileName等output已经有的属性,否则会导致重命名失效。