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 93a4bc6 commit 2d3af26Copy full SHA for 2d3af26
core/lib/patternlab.js
@@ -78,6 +78,10 @@ function checkConfiguration(patternlab) {
78
patternlab.config.outputFileSuffixes = _.extend(outputFileSuffixes, patternlab.config.outputFileSuffixes);
79
}
80
81
+/**
82
+ * Finds and calls the main method of any found plugins.
83
+ * @param patternlab - global data store
84
+ */
85
function initializePlugins(patternlab) {
86
var plugin_manager = new pm(patternlab.config, path.resolve(__dirname, '../../patternlab-config.json'));
87
var foundPlugins = plugin_manager.detect_plugins();
0 commit comments