[ ] Bug Report
[ x ] Feature Request
We developed an UI Framework that contains Angular components as well as standalone *.less files that are exported by a styles.less in the root of the library
What is the best aproach to provide this styles.less file (maybe with the content of all @import style files) when publishing a library with ng-packagr?
Is this even possible or should I add a custom step in my build process after ng-packagr finished it's build?
@kroeder at the moment you will have to run a script to copy the files after the build is complete.
Thanks!
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
_This action has been performed automatically by a bot._
Most helpful comment
@kroeder at the moment you will have to run a script to copy the files after the build is complete.