I'm trying out the creation of an application built on top of StrongLoop's Loopback. I prefer to use ES6 features if possible, but when using Arc to start the server, it chokes on ES6 syntax.
Is there a way to configure an application to use the Node harmony flags when starting through arc
? I'd prefer to not use a transpiler.