I have a working ionic 2 app. I wanted to add the openpgp library. So I did a npm install and then added the typings. Webpacks fine but now I get no errors, just a white screen. If I comment out the
import * as openpgp from 'openpgp'
the app will boot up fine. Since there are no errors generated during webpack nor at runtime in console I am at a loss at how to debug.