I\'m trying to build a vagrant server for dabbling with elixir and phoenix, but after installing all requirements and dependencies, and on running mix phoenix.server>
mix phoenix.server>
My solution which is great works:
.pipe(babel({ presets: [require('babel-preset-es2015')] }))
Thanks!