@unocss/vite 0.44.2 → 0.44.5

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
@@ -21,7 +21,7 @@ const remapping__default = /*#__PURE__*/_interopDefaultLegacy(remapping);
21
21
  const fs__default = /*#__PURE__*/_interopDefaultLegacy(fs);
22
22
 
23
23
  const defaultExclude = [core.cssIdRE];
24
- const defaultInclude = [/\.vue$/, /\.vue\?vue/, /\.svelte$/, /\.[jt]sx$/, /\.mdx?$/, /\.astro$/, /\.elm$/];
24
+ const defaultInclude = [/\.vue$/, /\.vue\?vue/, /\.svelte$/, /\.[jt]sx$/, /\.mdx?$/, /\.astro$/, /\.elm$/, /\.html$/];
25
25
 
26
26
  const VIRTUAL_ENTRY_ALIAS = [
27
27
  /^(?:virtual:)?uno(?::(.+))?\.css(\?.*)?$/
package/dist/index.mjs CHANGED
@@ -10,7 +10,7 @@ import { fileURLToPath } from 'url';
10
10
  import { loadConfig } from '@unocss/config';
11
11
 
12
12
  const defaultExclude = [cssIdRE];
13
- const defaultInclude = [/\.vue$/, /\.vue\?vue/, /\.svelte$/, /\.[jt]sx$/, /\.mdx?$/, /\.astro$/, /\.elm$/];
13
+ const defaultInclude = [/\.vue$/, /\.vue\?vue/, /\.svelte$/, /\.[jt]sx$/, /\.mdx?$/, /\.astro$/, /\.elm$/, /\.html$/];
14
14
 
15
15
  const VIRTUAL_ENTRY_ALIAS = [
16
16
  /^(?:virtual:)?uno(?::(.+))?\.css(\?.*)?$/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/vite",
3
- "version": "0.44.2",
3
+ "version": "0.44.5",
4
4
  "description": "The Vite plugin for UnoCSS",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -44,15 +44,15 @@
44
44
  "dependencies": {
45
45
  "@ampproject/remapping": "^2.2.0",
46
46
  "@rollup/pluginutils": "^4.2.1",
47
- "@unocss/config": "0.44.2",
48
- "@unocss/core": "0.44.2",
49
- "@unocss/inspector": "0.44.2",
50
- "@unocss/scope": "0.44.2",
51
- "@unocss/transformer-directives": "0.44.2",
47
+ "@unocss/config": "0.44.5",
48
+ "@unocss/core": "0.44.5",
49
+ "@unocss/inspector": "0.44.5",
50
+ "@unocss/scope": "0.44.5",
51
+ "@unocss/transformer-directives": "0.44.5",
52
52
  "magic-string": "^0.26.2"
53
53
  },
54
54
  "devDependencies": {
55
- "@unocss/shared-integration": "0.44.2",
55
+ "@unocss/shared-integration": "0.44.5",
56
56
  "vite": "^2.9.12"
57
57
  },
58
58
  "scripts": {