I have the latest Chrome version (45 and also Chrome Canary which is in version 47), both with the Experimental Javascript flag enabled. I want to use ECMA6, but it doesn\'t
Add type="module" to the script tag. That should solve your problem.
type="module"