bug: ionicons do not copy to www/build/svg with Ionic when using stenciljs
Current Behavior
Version 8.0.10 does not work, if I downgrade to 7.4.0 the icons are copied.
Expected Behavior
When using ion-icon with stenciljs the icons should behave like they do with version 7+
Steps to Reproduce
Create a stenciljs project and add ionic, add any component that uses ionicons such as ion-icon and the icons are not copied to the build folder. There is only a empty svg folder.
Code Reproduction URL
No response
Additional Information
No response
does this only affect StencilJS projects? I'm experiencing an almost identical issue with multiple Capacitor/Angular projects at the moment.
Can you provide a reproduction case?
This issue has been labeled as help wanted. This label is added to issues that we believe would be good for contributors.
If you'd like to work on this issue, please comment here letting us know that you would like to submit a pull request for it. This helps us to keep track of the pull request and make sure there isn't duplicated effort.
For a guide on how to create a pull request and test this project locally to see your changes, see our contributing documentation.
Thank you!
while trying to replicate this issue in a fresh clone of my project workspace, I noticed that there was a new release of Ionicons... I initially experienced this with 8.0.9, but it looks like 8.0.13 resolves this issue for me.