@tailwindcss-mangle/config 6.0.1 → 6.1.0
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.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -52,7 +52,7 @@ var import_node_process = __toESM(require("process"), 1);
|
|
|
52
52
|
var import_shared = require("@tailwindcss-mangle/shared");
|
|
53
53
|
var import_is_css_request = require("is-css-request");
|
|
54
54
|
var defaultPipelineInclude = [
|
|
55
|
-
/\.(html|js|ts|jsx|tsx|vue|svelte|astro|elm|php|phtml|mdx|md)(?:$|\?)/,
|
|
55
|
+
/\.(html|js|cjs|mjs|ts|cts|mts|jsx|tsx|vue|svelte|astro|elm|php|phtml|mdx|md)(?:$|\?)/,
|
|
56
56
|
import_is_css_request.CSS_LANGS_RE
|
|
57
57
|
];
|
|
58
58
|
var defaultPipelineExclude = [];
|
package/dist/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import process from "process";
|
|
|
10
10
|
import { defaultMangleClassFilter } from "@tailwindcss-mangle/shared";
|
|
11
11
|
import { CSS_LANGS_RE } from "is-css-request";
|
|
12
12
|
var defaultPipelineInclude = [
|
|
13
|
-
/\.(html|js|ts|jsx|tsx|vue|svelte|astro|elm|php|phtml|mdx|md)(?:$|\?)/,
|
|
13
|
+
/\.(html|js|cjs|mjs|ts|cts|mts|jsx|tsx|vue|svelte|astro|elm|php|phtml|mdx|md)(?:$|\?)/,
|
|
14
14
|
CSS_LANGS_RE
|
|
15
15
|
];
|
|
16
16
|
var defaultPipelineExclude = [];
|
package/package.json
CHANGED