We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444a42f commit 966bfd8Copy full SHA for 966bfd8
src/lib/PluginLoader.ts
@@ -87,7 +87,7 @@ class PluginLoader {
87
this.ctx.helper.beforeTransformPlugins.unregister(name)
88
this.ctx.helper.beforeUploadPlugins.unregister(name)
89
this.ctx.helper.afterUploadPlugins.unregister(name)
90
- this.ctx.removeConfig('picgoPlugin', name)
+ this.ctx.removeConfig('picgoPlugins', name)
91
}
92
93
// get plugin by name
0 commit comments