We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 285b368 commit 7d2c065Copy full SHA for 7d2c065
packages/@vuepress/core/lib/plugin-api/index.js
@@ -88,6 +88,7 @@ module.exports = class PluginAPI {
88
plugin = this.normalizePlugin(pluginRaw, pluginOptions)
89
} catch (e) {
90
logger.warn(e.message)
91
+ return this
92
}
93
94
0 commit comments