ratson / cordova-plugin-admob-free

New development has been moved to "admob-plus-cordova", https://github.com/admob-plus/admob-plus/tree/master/packages/cordova
https://github.com/admob-plus/admob-plus
MIT License
498 stars 212 forks source link

Error importing in es5 #345

Open Niwar opened 5 years ago

Niwar commented 5 years ago

I'm using Phaser and es5. I'm having an error while import banner, interstitial or rewarded video it say's Unexpected identifier here's my line import Banner from 'cordova-plugin-admob-free/admob'

rodrigograca31 commented 5 years ago

Isnt it import {banner} from 'cordova-plugin-admob-free/admob' ? Not capitalized and using {} if the issue has been solved please close it. Thanks