Hi,
when i build my app without the flag --prod or when i test with ionic serve in the browser, the css images are displayed correctly, but when i build for production the images are not displayed. There’s my css:
/*src/pages/app-index/app-index.scss*/
.tab-button-icon[ng-reflect-is-active=false][ng-reflect-name="frequencyicon"] {
content: url("../assets/img/tabs/iconTabbarLfInactive@2x.png");
}
Does anyone have an idea to fix it?