kiosion / vite-plugin-class-mangler

Vite plugin for minifying / obfuscating CSS classes in production builds
31 stars 3 forks source link

Installation error #1

Closed driss-chelouati closed 2 years ago

driss-chelouati commented 2 years ago

Trying to install this package with

yarn add -D vite-plugin-class-mangler

results in

error An unexpected error occurred: "https://registry.yarnpkg.com/vite-plugin-class-mangler: Not found".
kiosion commented 2 years ago

There isn't a version on NPM yet as it's not fully functional; I'll remove that from the readme for now to avoid confusion

driss-chelouati commented 2 years ago

Got it. Adding it as a dependency in my project for now, so I can test it on HTML files.

kiosion commented 2 years ago

Hm not sure if it'll work, I've only messed around with Svelte as of now, and even that's pretty spotty in terms of working consistently. Hopefully I'll have some more free time later this month to look into working on this again though^^