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
turansky
07/05/2024, 4:46 PM
target = "es2015"
turansky
07/05/2024, 4:47 PM
Equals to "ES modules + es classes + coroutines on generators"