Thanks Konrad Hyzy for your interested again, unfortunately Ionic + Angular + Webpack configuration is actually to hard for me. I will keep Googling to try to resolve this problem.
Well, as a temporal workaround I disabled "optimization" flag inside Ionic production build task config wich is doing the minification (and it works). But is not the desired behaviour because trans...
Making some tests, I found that I can avoid this problem loading rainbowSDK building my Ionic project without "--prod" flag. With this command works well: ionic build --engine=browser But with this...