emptytext
emptytext copied to clipboard
Components in folder
I try to create components in folder in lib. Like in library folder i create one more folder and in empty-text.ts i added following line
export * from "./inspectionReport/inspectionReport.component";
It is build correctly and even it is also added in umd file but in dist folder i cant see any folder created there and i cant use it in my project.
So how to create modules in different folders?
@Muneem it shouldn't have the folder in dist
folder because it's bundled in bundled file (umd file in this case)