@unocss/webpack 0.21.2 → 0.22.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
@@ -18,7 +18,7 @@ function getPath(id) {
18
18
  }
19
19
 
20
20
  const defaultExclude = [/\.(css|postcss|sass|scss|less|stylus|styl)$/];
21
- const defaultInclude = [/\.vue$/, /\.vue\?vue/, /\.svelte$/, /\.[jt]sx$/, /\.mdx?$/, /\.astro$/];
21
+ const defaultInclude = [/\.vue$/, /\.vue\?vue/, /\.svelte$/, /\.[jt]sx$/, /\.mdx?$/, /\.astro$/, /\.elm$/];
22
22
 
23
23
  const VIRTUAL_ENTRY_ALIAS = [
24
24
  /^(?:virtual:)?uno(?::(.+))?\.css(\?.*)?$/
package/dist/index.mjs CHANGED
@@ -10,7 +10,7 @@ function getPath(id) {
10
10
  }
11
11
 
12
12
  const defaultExclude = [/\.(css|postcss|sass|scss|less|stylus|styl)$/];
13
- const defaultInclude = [/\.vue$/, /\.vue\?vue/, /\.svelte$/, /\.[jt]sx$/, /\.mdx?$/, /\.astro$/];
13
+ const defaultInclude = [/\.vue$/, /\.vue\?vue/, /\.svelte$/, /\.[jt]sx$/, /\.mdx?$/, /\.astro$/, /\.elm$/];
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/webpack",
3
- "version": "0.21.2",
3
+ "version": "0.22.3",
4
4
  "description": "The Webpack plugin for UnoCSS",
5
5
  "keywords": [
6
6
  "unocss",
@@ -34,10 +34,10 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "@rollup/pluginutils": "^4.1.2",
37
- "@unocss/config": "0.21.2",
38
- "@unocss/core": "0.21.2",
37
+ "@unocss/config": "0.22.3",
38
+ "@unocss/core": "0.22.3",
39
39
  "unplugin": "^0.3.0",
40
- "webpack-sources": "^3.2.2"
40
+ "webpack-sources": "^3.2.3"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "webpack": "^4 || ^5"
@@ -45,7 +45,7 @@
45
45
  "devDependencies": {
46
46
  "@types/webpack": "^5.28.0",
47
47
  "@types/webpack-sources": "^3.2.0",
48
- "webpack": "^5.65.0"
48
+ "webpack": "^5.66.0"
49
49
  },
50
50
  "scripts": {
51
51
  "build": "unbuild",