We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16554cf commit d9a68bbCopy full SHA for d9a68bb
config/default.js
@@ -515,5 +515,6 @@ module.exports = {
515
*/
516
},
517
518
- pluginsPath: './plugins'
+ pluginsPath: './plugins',
519
+ corePluginsPath: './plugins'
520
};
lib/plugins.js
@@ -11,6 +11,7 @@ module.exports.init = context => {
11
module.exports.handler = new PluginHandler({
12
logger: log,
13
pluginsPath: config.pluginsPath,
14
+ corePluginsPath: config.pluginsPath,
15
plugins: config.plugins,
16
context,
17
log: config.log,
0 commit comments