Exception nativeEvalAndFetch: cordova, keyboard

Meteor:

1.3.2.4

Platforms:

browser
ios
server

Cordova-plugins

cordova-plugin-keyboard@1.1.4

After installing this keyboard plugin and setting it up in mobile-config.js:

App.setPreference('HideKeyboardFromAccessoryBar', true);

I started to receive these logs:

exception nativeEvalAndFetch : ReferenceError: Can't find variable: cordova  (localhost:1:174)
exception nativeEvalAndFetch : ReferenceError: Can't find variable: cordova  (localhost:1:115)
exception nativeEvalAndFetch : ReferenceError: Can't find variable: Keyboard (localhost:1:113)

I am on Meteor 1.3.2.4 & using new import syntax (imports folder).

Should I import cordova plugin somewhere? Or what can cause these logs??