React : 'const' error

Hello,

I have a react component in my meteor app (1.4+)
My react component contents something like:

const Media = (props) =>  {
        ...
  }

But this doesn’t work. I have the following build error:
Unexpected token, expected (

Any idea why this is not working?

Thanks.