Using WKWebView Polyfill Plugin

Hello, I’m having trouble figuring out how to use the Cordova WKWebView Polyfill Plugin. I’ve already done:

$ cordova plugin add cordova-plugin-wkwebview --variable WKWEBVIEW_SERVER_PORT=12344

but I don’t know what to do next.

I found this post that says to make sure to inject the module’s name into the app’s dependencies, but I’m not sure exactly what that means.

Thank you so much!