@unocss/webpack 66.5.6 → 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
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const unplugin = require('./shared/webpack.CP-vXpa8.cjs');
3
+ const unplugin = require('./shared/webpack.CXJDn6r7.cjs');
4
4
  require('node:path');
5
5
  require('node:process');
6
6
  require('node:fs/promises');
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { u as unplugin } from './shared/webpack.Dedq-qCJ.mjs';
1
+ import { u as unplugin } from './shared/webpack.BheCLG-d.mjs';
2
2
  import 'node:path';
3
3
  import 'node:process';
4
4
  import 'node:fs/promises';
package/dist/rspack.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const unplugin = require('./shared/webpack.CP-vXpa8.cjs');
3
+ const unplugin = require('./shared/webpack.CXJDn6r7.cjs');
4
4
  require('node:path');
5
5
  require('node:process');
6
6
  require('node:fs/promises');
package/dist/rspack.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { u as unplugin } from './shared/webpack.Dedq-qCJ.mjs';
1
+ import { u as unplugin } from './shared/webpack.BheCLG-d.mjs';
2
2
  import 'node:path';
3
3
  import 'node:process';
4
4
  import 'node:fs/promises';
@@ -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.6",
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.6",
72
- "@unocss/core": "66.5.6"
71
+ "@unocss/config": "66.5.7",
72
+ "@unocss/core": "66.5.7"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@types/webpack": "^5.28.5",