We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a835e commit 4bc0881Copy full SHA for 4bc0881
1 file changed
packages/core/src/index.js
@@ -214,7 +214,6 @@ const patternlab_module = function(config) {
214
* @returns {void}
215
*/
216
installplugin: function(pluginName) {
217
- //get the config
218
const plugin_manager = new pm();
219
220
plugin_manager.install_plugin(pluginName);
0 commit comments