This is a spike to see how straight forward it is to write ES6 code, transpile it via 6to5 and then make use of the code within an existing RequireJS project.
Build the example with grunt
grunt
This will put all of the code which includes the transpiled ES6 code into the dist
folder.