Our app use Triton theme and we have our own font icons and font bundles already. How can I keep the build from including font-awesome and fonts (OpenSans) under the resources folder? I checked and font-awesome isn't in any requires of app.json. I also included this in Component.scss.
$enable-font-icons: dynamic(false);