@unocss/webpack 66.5.5 → 66.5.7
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
package/dist/index.mjs
CHANGED
package/dist/rspack.cjs
CHANGED
package/dist/rspack.mjs
CHANGED
|
@@ -140,7 +140,7 @@ async function setupContentExtractor(ctx, shouldWatch = false) {
|
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
const defaultPipelineExclude = [cssIdRE];
|
|
143
|
-
const defaultPipelineInclude = [/\.(vue|svelte|[jt]sx|vine.ts|mdx?|astro|elm|php|phtml|html)($|\?)/];
|
|
143
|
+
const defaultPipelineInclude = [/\.(vue|svelte|[jt]sx|vine.ts|mdx?|astro|elm|php|phtml|marko|html)($|\?)/];
|
|
144
144
|
|
|
145
145
|
function deprecationCheck(config) {
|
|
146
146
|
}
|
|
@@ -151,7 +151,7 @@ async function setupContentExtractor(ctx, shouldWatch = false) {
|
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
const defaultPipelineExclude = [core.cssIdRE];
|
|
154
|
-
const defaultPipelineInclude = [/\.(vue|svelte|[jt]sx|vine.ts|mdx?|astro|elm|php|phtml|html)($|\?)/];
|
|
154
|
+
const defaultPipelineInclude = [/\.(vue|svelte|[jt]sx|vine.ts|mdx?|astro|elm|php|phtml|marko|html)($|\?)/];
|
|
155
155
|
|
|
156
156
|
function deprecationCheck(config) {
|
|
157
157
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/webpack",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "66.5.
|
|
4
|
+
"version": "66.5.7",
|
|
5
5
|
"description": "The Webpack plugin for UnoCSS",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"unplugin": "^2.3.10",
|
|
69
69
|
"unplugin-utils": "^0.3.1",
|
|
70
70
|
"webpack-sources": "^3.3.3",
|
|
71
|
-
"@unocss/config": "66.5.
|
|
72
|
-
"@unocss/core": "66.5.
|
|
71
|
+
"@unocss/config": "66.5.7",
|
|
72
|
+
"@unocss/core": "66.5.7"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@types/webpack": "^5.28.5",
|