Ionic Serve and Plugins

I’m trying to use the Apache Cordova Facebook Connect Plugin (https://github.com/Wizcorp/phonegap-facebook-plugin). I previously used a client side Javascript, but would prefer to use the native Facebook login for several reasons.

However, it seems that after installing this plugin, I can’t use ionic serve to run my application.

Sure, the web server pops up but some dependencies seem to be missing (cordova.js, fbsdk.js etc).

I tried including these manually, but after a few iterations I gave up. Is there a canonical way to combine ionic serve with cordova build browser?