We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b685566 commit bb3a5b4Copy full SHA for bb3a5b4
lib/plugins.js
@@ -11,7 +11,7 @@ module.exports.init = context => {
11
module.exports.handler = new PluginHandler({
12
logger: log,
13
pluginsPath: config.pluginsPath,
14
- corePluginsPath: config.pluginsPath,
+ corePluginsPath: config.corePluginsPath,
15
plugins: config.plugins,
16
context,
17
log: config.log,
0 commit comments