hi,
i have a Problem with the aot/webpack compolier from ionic app scripts. I want to add this Angular 2 Package https://github.com/lsharir/angular2-emoji-picker but he has scss imports @import ‘_constants’ but when i build the app with --prod i get this error:
when i change the import to
@import ‘_constance.scss’
the compiler work
is this a ionic app scripts bug?
Thank you
daniel