@unocss/vite 0.56.2 → 0.56.3

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
@@ -28,7 +28,7 @@ const MagicString__default = /*#__PURE__*/_interopDefaultCompat(MagicString);
28
28
  const remapping__default = /*#__PURE__*/_interopDefaultCompat(remapping);
29
29
  const fs__default$1 = /*#__PURE__*/_interopDefaultCompat(fs$1);
30
30
 
31
- const defaultPipelineExclude = [core.cssIdRE];
31
+ const defaultPipelineExclude = [/[\/](node_modules|dist|\.temp|\.cache|\.vscode)[\/]/, core.cssIdRE];
32
32
  const defaultPipelineInclude = [/\.(vue|svelte|[jt]sx|mdx?|astro|elm|php|phtml|html)($|\?)/];
33
33
 
34
34
  const VIRTUAL_ENTRY_ALIAS = [
package/dist/index.mjs CHANGED
@@ -13,7 +13,7 @@ import fs$1 from 'node:fs';
13
13
  import { fileURLToPath } from 'node:url';
14
14
  import { loadConfig } from '@unocss/config';
15
15
 
16
- const defaultPipelineExclude = [cssIdRE];
16
+ const defaultPipelineExclude = [/[\/](node_modules|dist|\.temp|\.cache|\.vscode)[\/]/, cssIdRE];
17
17
  const defaultPipelineInclude = [/\.(vue|svelte|[jt]sx|mdx?|astro|elm|php|phtml|html)($|\?)/];
18
18
 
19
19
  const VIRTUAL_ENTRY_ALIAS = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/vite",
3
- "version": "0.56.2",
3
+ "version": "0.56.3",
4
4
  "description": "The Vite plugin for UnoCSS",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -47,15 +47,15 @@
47
47
  "chokidar": "^3.5.3",
48
48
  "fast-glob": "^3.3.1",
49
49
  "magic-string": "^0.30.3",
50
- "@unocss/config": "0.56.2",
51
- "@unocss/core": "0.56.2",
52
- "@unocss/inspector": "0.56.2",
53
- "@unocss/scope": "0.56.2",
54
- "@unocss/transformer-directives": "0.56.2"
50
+ "@unocss/config": "0.56.3",
51
+ "@unocss/core": "0.56.3",
52
+ "@unocss/inspector": "0.56.3",
53
+ "@unocss/scope": "0.56.3",
54
+ "@unocss/transformer-directives": "0.56.3"
55
55
  },
56
56
  "devDependencies": {
57
57
  "vite": "^4.4.9",
58
- "@unocss/shared-integration": "0.56.2"
58
+ "@unocss/shared-integration": "0.56.3"
59
59
  },
60
60
  "scripts": {
61
61
  "build": "unbuild",