Anyone know what I need to do in compose to output...
# javascript
n
Anyone know what I need to do in compose to output an ES6 module? Trying to import into a react app. I'm using the instructions here but can't seem to generate a
.mjs
file for my project.
t
target = "es2015"
Equals to "ES modules + es classes + coroutines on generators"
n
I'll give this a shot. Thanks!