Conversation
|
Hmm, I just tried actually building this, not just running the dev server, and it looks like the mii-js library isn't being bundled correctly? will have to look into this, but in the meantime @mrjvs (and anyone else), any idea why that might be happening? |
|
@gitlimes The issue is that mii-js doesn't support ESM, and nuxt v3 is fully ESM. We can't properly bypass it either because of the polyfills needed. I'll make an update to the lib to make it compatible with browser and ESM |
oh, i see. (in my defense i hadn't really looked into it lol). Thanks! weird behavior for it to work in dev and not in prod tho, that sounds like it would lead to many issues like these |
|
I have an update to the library prepared, just needs to be reviewed: PretendoNetwork/mii-js#8 |

Implements the Mii Editor UI, slowly inching towards #386.
Changes: