You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 8, 2023. It is now read-only.
I am using nativescript-fonticon plugin and it all works just fine until I run with the webpack flags (tns run android --bundle --env.uglify --env.aot --env.snapshot).
and when I do it I don't see any icon, fir example this: <Label class="fa absolute-center action-icon" [text]="'fa-calendar-o' | fonticon"></Label>
And if I run it without those flags, only tns run android it works just fine again
any idea what can solved the problem? 🙂
The text was updated successfully, but these errors were encountered:
Just realized that in the update i forgot to fix the webpack config. The css containing the fontawesome folder wasn't copied over. Changed it, and now it works again.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using
nativescript-fonticon
plugin and it all works just fine until I run with the webpack flags (tns run android --bundle --env.uglify --env.aot --env.snapshot
).and when I do it I don't see any icon, fir example this:
<Label class="fa absolute-center action-icon" [text]="'fa-calendar-o' | fonticon"></Label>
And if I run it without those flags, only
tns run android
it works just fine againany idea what can solved the problem? 🙂
The text was updated successfully, but these errors were encountered: