@tailwindcss-mangle/config 5.1.0 → 5.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import path from "pathe";
|
|
|
7
7
|
var CONFIG_NAME = "tailwindcss-mangle";
|
|
8
8
|
|
|
9
9
|
// src/defaults.ts
|
|
10
|
-
import process from "
|
|
10
|
+
import process from "process";
|
|
11
11
|
import { defaultMangleClassFilter } from "@tailwindcss-mangle/shared";
|
|
12
12
|
import { CSS_LANGS_RE } from "is-css-request";
|
|
13
13
|
var defaultPipelineInclude = [
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tailwindcss-mangle/config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.1.
|
|
4
|
+
"version": "5.1.1",
|
|
5
5
|
"description": "The config and load function of tailwindcss-mangle",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"fs-extra": "^11.3.0",
|
|
54
54
|
"is-css-request": "^1.0.1",
|
|
55
55
|
"pathe": "^2.0.3",
|
|
56
|
-
"@tailwindcss-mangle/shared": "^4.1.
|
|
56
|
+
"@tailwindcss-mangle/shared": "^4.1.1"
|
|
57
57
|
},
|
|
58
58
|
"scripts": {
|
|
59
59
|
"dev": "tsup --watch --sourcemap",
|