Describe the bug
When building the release Web version of my App on the CI (clean agent) with version 11.0.0 of the package, all the font-awesome icons are missing.
When I build on my machine, either in debug or release, after a flutter clean, the icons are there.
On the deployed web app, FontManifest.json is found:
and the font are successfully downloaded:

I notice the size of the font files with the v10.12.0 are noticably different:

Also, there is a warning in the console when I open the page that displays the icons, which is not present with v10.12.0:
Is there something I can do to debug this behaviour?
Desktop:
- OS: Windows
- Browser: Edge and Chrome
- Version: latest
Flutter 3.41.5
Describe the bug
When building the release Web version of my App on the CI (clean agent) with version 11.0.0 of the package, all the font-awesome icons are missing.
When I build on my machine, either in debug or release, after a
flutter clean, the icons are there.On the deployed web app,
FontManifest.jsonis found:and the font are successfully downloaded:

I notice the size of the font files with the v10.12.0 are noticably different:

Also, there is a warning in the console when I open the page that displays the icons, which is not present with v10.12.0:
Is there something I can do to debug this behaviour?
Desktop:
Flutter 3.41.5