Native es modules needs `type='module'` to compile. babel-standalone need this field so I can't use both. In Chrome Canary (64) ```html <script type="module"> import xxx from '/deps/xxx.js'; </script> ```
Native es modules needs
type='module'to compile. babel-standalone need this field so I can't use both.In Chrome Canary (64)