Hi all,
I’am writing a custom plugin with ionic2, I’v see some plugin installed in my app, they have a ionic-native wrapper in ionic-native/dist/esm/plugins, i.e CodePush, when i install it with ‘cordova plugin add cordova-plugin-code-push@latest’, and then I’ll see code-push.js in ionic-native/dist/esm/plugins, so I can import { CodePush } from ‘ionic-native’, and use it like CodePush.xxxxx().
I just want to know, how to make my custom plugin to generate the ionic-native wrapper like code push?