File tree 2 files changed +8
-1
lines changed
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
5
5
- [ tailwindcss-mangle] ( #tailwindcss-mangle )
6
6
- [ tailwindcss-patch] ( #tailwindcss-patch )
7
7
- [ tailwindcss-mangle-core] ( #tailwindcss-mangle-core )
8
+ - [ tailwindcss-mangle-shared] ( #tailwindcss-mangle-shared )
8
9
- [ unplugin-tailwindcss-mangle] ( #unplugin-tailwindcss-mangle )
9
10
10
11
## tailwindcss-patch
@@ -19,6 +20,12 @@ The core of tailwindcss-mangle
19
20
20
21
click [ tailwindcss-mangle-core] ( ./packages/core ) for more details.
21
22
23
+ ## tailwindcss-mangle-shared
24
+
25
+ The shared utils of tailwindcss-mangle
26
+
27
+ click [ tailwindcss-mangle-shared] ( ./packages/shared ) for more details.
28
+
22
29
## unplugin-tailwindcss-mangle
23
30
24
31
` unplugin-tailwindcss-mangle ` is a plugin for ` webpack ` and ` vite ` to ** obfuscate** tailwindcss class.
Original file line number Diff line number Diff line change 17
17
"format" : " prettier --write \" **/*.{ts,tsx,md}\" " ,
18
18
"preinstall" : " npx only-allow pnpm" ,
19
19
"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"
21
21
},
22
22
"devDependencies" : {
23
23
"@icebreakers/eslint-config-ts" : " ^1.0.4" ,
You can’t perform that action at this time.
0 commit comments