invictus-codes / nuxt-vuetify

Add Vuetify 3 to your Nuxt application in seconds.
MIT License
73 stars 9 forks source link

Fix issue with plugin.mts in dist #21

Open BenHerbst opened 11 months ago

BenHerbst commented 11 months ago

Hello, I did fork the library, and all worked, but I couldn't get it run. Only if I manually copy my plugin.mts file into the lib, which would be pain. I cloned the original lib too, and it also didn't work. Now I know why: mkdist, which Nuxt uses to convert .ts files in the nuxt builder, had an update 1 week ago. Normally, it just had a bug that it couldn't convert .mts, which got fixed, but made this library here broken. This here is a quick fix.

Btw this is the first time I ever forked a npm library


This change is Reviewable