How to transpile es6 of imported bower modules?

Hello,

I am running into this error after trying to import the source version of a bower library.

https://github.com/puranjayjain/md-date-time-picker

Uncaught SyntaxError: Unexpected token import

Is this es6 syntax issue or something else? How do I fix this? How do I tell Ember to transpile this library before importing it?

Thank you very much for your help!

1 Like