This sample demonstrates a way of intercepting requests for .js files and dynamically transpiling them from ES2015 code to browser-compatible ES5 code using the Babel library.
To see that it's working, open your browser's 'Debug' console and look for the log message. This is produced by the file /js/main.js, which is transpiled from ES2015 dynamically when requested.
@section scripts { }