From c29d09d626b6e1e12d27aa545d8f2e4afb2eae26 Mon Sep 17 00:00:00 2001 From: ocean-gao Date: Tue, 10 May 2022 16:11:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20watermark=20=E5=AF=BC=E5=87=BA=20destroy?= =?UTF-8?q?Watermark?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/fes-plugin-watermark/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fes-plugin-watermark/src/index.js b/packages/fes-plugin-watermark/src/index.js index a0f96ba4..02847be7 100644 --- a/packages/fes-plugin-watermark/src/index.js +++ b/packages/fes-plugin-watermark/src/index.js @@ -38,7 +38,7 @@ export default (api) => { api.addPluginExports(() => [ { - specifiers: ['createWatermark'], + specifiers: ['createWatermark', 'destroyWatermark'], source: absoluteFilePath } ]);