jd1378 / nuxt-obfuscator

a css class mangler/obfuscator for nuxt
MIT License
9 stars 0 forks source link

js/ts theme file with classes not obfuscating #1

Open jjjrmy opened 9 months ago

jjjrmy commented 9 months ago

I am using FormKit on my Nuxt project, and they have themes that are within a ts file for each component. These values are not getting obfuscated.

jd1378 commented 9 months ago

Well, I have no idea why it doesn't work Maybe they have some kind of query on file path ?

jd1378 commented 6 months ago

this is probably fixed in v2.0.1

jjjrmy commented 6 months ago

@jd1378 still not working. maybe there is additional config that needs to be done? can we please re-open this issue?

jd1378 commented 6 months ago

@jjjrmy can you setup a minimal reproduction repo with a simple setup with FormKit and obfuscator so I can investigate ?