pegros / PEG_LIST

Set of configurable/actionable LWC list components for Salesforce Lightning UX
MIT License
20 stars 9 forks source link

[tech] global - Review package structure to split common from component specific items #23

Open pegros opened 1 year ago

pegros commented 1 year ago

The objective is to split the common force-app/main/default folder in separate ones to isolate and better manage dependencies, e.g. when a wishing to deploy only a subset of components.

Target would be to have a common folder with the base elements and folders by App Builder component grouping all their specific items.

Please refer to what has been done on the PEG_MISC and PEG_CRMA repositories.