You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: