Does anyone have experience with transpiling from ecma6 to ecma5 in the aurealia tutorials?
I am doing the production tutorial found here http://aurelia.io/docs.html#/aurelia/framework/1.0.0-beta.1.1.4/doc/article/a-production-setup
When running the gulp task 'build-e2e' it takes the files in the test/e2e/src directory and spits out a version in the test/e2e/dist directory. Great but the files are the same (it picks up changes but seems to transpile from ecma6 to ecma6.
EDIT When running 'gulp e2e' I get the following log messages: [launcher] Running 1 instances of WebDriver FFFF
Failures:
1) Exception loading: /......../aurelia-production-tutorial/test/e2e/dist/demo.spec-compiled.js Error Message: SyntaxError: Unexpected token export Stacktrace: SyntaxError: Unexpected token export at exports.runInThisContext (vm.js:53:16) at require (internal/module.js:16:19) at Object. (/........./aurelia-production-tutorial/test/e2e/dist/demo.spec-compiled.js:3:20)