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
Yes, @DerArkeN with #208 fixed this but caused the final non-debug build to fail as the files are included dynamically and thus not considered by the build. There are ways to statically force folders to be included in the build, however, I was not able to get it working prior to releasing v3, so I partially reverted it.
Nevertheless, I am still interested in a version that defaults to the Free version if the pro files are not included. So everyone is invited to have look at it. I failed in, e.g., altering the vite config file to include the folders no matter what, when running npm run build.
I'm (still) experiencing a similar problem as in #207
Somehow the checks implemented by #208 don't seem to work. I tried changing the
fontAwesomeVersionInfo
object inmodel/versions.ts
tobut this doesn't help either. Replacing the if-statement in
main.ts
withdoes work however.
Reproduce
The text was updated successfully, but these errors were encountered: