-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not imports ux-icons #257
Comments
Hi @DanieleRosada thanks for reaching here. What you did is right. Are you using typescript ? Did you also follow the instruction regarding the Basically it says:
If this doesn't solve your problem, could you give us more details regarding your situation ?
Alternative solution: I have faced a situation once where even with the .plugin(PLATFORM.moduleName('@aurelia-ux/icons'), {icons: (icons as any).default}) If this is also your case please let me know as I would like to investigate a little more and see if we can find a better solution. |
With this it works, thank you! WARNING in @aurelia-ux/core |
import * as icons from '@aurelia-ux/icons/sets/full-array.min.json';
aurelia.use.plugin(PLATFORM.moduleName('@aurelia-ux/icons'), { icons })
This is my main.ts.
I ran the instructions found in
https://aurelia.io/blog/2020/03/02/aurelia-release-notes-march-2020/
Could anyone help me?
Do I need to import anything into webpack?
The text was updated successfully, but these errors were encountered: