File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
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 12
12
"build:app" : " pnpm run -r --filter=./apps/* build " ,
13
13
"dev" : " pnpm -r --parallel run dev" ,
14
14
"dev:pkg" : " pnpm -r --filter=./packages/* --parallel run dev" ,
15
- "test" : " pnpm run -r --filter=./packages/* test " ,
15
+ "test" : " pnpm run build:pkg && pnpm run -r --filter=./packages/* test " ,
16
16
"lint" : " pnpm run -r lint" ,
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" ,
40
40
"engines" : {
41
41
"node" : " >=14.0.0"
42
42
},
43
- "packageManager" : " pnpm@7.14 .1"
43
+ "packageManager" : " pnpm@8.5 .1"
44
44
}
You can’t perform that action at this time.
0 commit comments