@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 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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tailwindcss-mangle/config",
3
3
  "type": "module",
4
- "version": "6.0.1",
4
+ "version": "6.1.0",
5
5
  "description": "The config and load function of tailwindcss-mangle",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",