You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.
Just had a second look at it … isn't it a bit verbose to just expose plugin-related logic on the config?
This way either the plugin itself has to
(a) return its default configuration or
(b) the CLI has to map that somehow or
(c) the user has to manually add it to the PL config
I prefer (a) … as this unties the CLI and user from knowing the exact config. Also if different plugins or plugin versions require diff config this would be the easiest way to make sure having a non-breaking setup.
Add following feature:
patternlab enable --plugins=plugin-name1, plugin-name2
patternlab disable --plugins=plugin-name1, plugin-name2
The text was updated successfully, but these errors were encountered: