crewdevio/Snel-carbon

Any reason for not having an index.ts or mod.ts file for all imports

borsemayur2 opened this issue · 1 comments

Importing components in following way is bit tedious. Should we use an index.ts or mod.ts file to import any component from that file?
image

the reason is that drollup has problems compiling the components when they are exported by a common file.

although you can extend the import map files of the components and the icons in the snel.config file

https://github.com/crewdevio/Snel#snel-config-file