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 3f6b83b commit 31677c3Copy full SHA for 31677c3
packages/core/src/lib/plugin_manager.js
@@ -41,7 +41,7 @@ const plugin_manager = function() {
41
foundPlugins.forEach(plugin => {
42
logger.info(`Found plugin: ${plugin}`);
43
logger.info(`Attempting to load and initialize plugin.`);
44
- const pluginModule = loadPlugin(path.join(plugin));
+ const pluginModule = loadPlugin(plugin);
45
pluginModule(patternlab);
46
});
47
}
0 commit comments