File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ A util for mangle tailwindcss
55- [ tailwindcss-mangle] ( #tailwindcss-mangle )
66 - [ tailwindcss-patch] ( #tailwindcss-patch )
77 - [ tailwindcss-mangle-core] ( #tailwindcss-mangle-core )
8+ - [ tailwindcss-mangle-shared] ( #tailwindcss-mangle-shared )
89 - [ unplugin-tailwindcss-mangle] ( #unplugin-tailwindcss-mangle )
910
1011## tailwindcss-patch
@@ -19,6 +20,12 @@ The core of tailwindcss-mangle
1920
2021click [ tailwindcss-mangle-core] ( ./packages/core ) for more details.
2122
23+ ## tailwindcss-mangle-shared
24+
25+ The shared utils of tailwindcss-mangle
26+
27+ click [ tailwindcss-mangle-shared] ( ./packages/shared ) for more details.
28+
2229## unplugin-tailwindcss-mangle
2330
2431` unplugin-tailwindcss-mangle ` is a plugin for ` webpack ` and ` vite ` to ** obfuscate** tailwindcss class.
Original file line number Diff line number Diff line change 1717 "format" : " prettier --write \" **/*.{ts,tsx,md}\" " ,
1818 "preinstall" : " npx only-allow pnpm" ,
1919 "release" : " bumpp -r" ,
20- "sync" : " cnpm sync tailwindcss-patch unplugin-tailwindcss-mangle tailwindcss-mangle-core"
20+ "sync" : " cnpm sync tailwindcss-mangle-shared tailwindcss- patch unplugin-tailwindcss-mangle tailwindcss-mangle-core"
2121 },
2222 "devDependencies" : {
2323 "@icebreakers/eslint-config-ts" : " ^1.0.4" ,
You can’t perform that action at this time.
0 commit comments