Refactor not-defined selector generator #5164
Labels
🍀 decision
Marks conversations where a decision has been made
📦 styles
Related to the @swisspost/design-system-styles package
Milestone
The selectors currently get generated by parsing the components/src/index.ts file.
With the next stencil update this file will not export every component by its own, but export them all with one single statement.
Therefore, we need to change the way we generate the not-defined selector.
We decided to do so, by reading the components/src/components folders and using their names as tag selectors.
The text was updated successfully, but these errors were encountered: