Chrome 61 now supports ES6 Modules by default

Author: codedreadCreated Oct 11, 2017Updated Oct 13, 2017

When Chrome 61 sees a <script type="module"...> tag, it will interpret is as an ES6 module. Is there any way to detect this at run-time to prevent Traceur doing transpilation when we don't need it to?