@unocss/webpack 0.21.0 → 0.22.1
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.mjs +1 -1
- package/package.json +3 -3
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.
|
|
3
|
+
"version": "0.22.1",
|
|
4
4
|
"description": "The Webpack plugin for UnoCSS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"unocss",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@rollup/pluginutils": "^4.1.2",
|
|
37
|
-
"@unocss/config": "0.
|
|
38
|
-
"@unocss/core": "0.
|
|
37
|
+
"@unocss/config": "0.22.1",
|
|
38
|
+
"@unocss/core": "0.22.1",
|
|
39
39
|
"unplugin": "^0.3.0",
|
|
40
40
|
"webpack-sources": "^3.2.2"
|
|
41
41
|
},
|