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 } ]);