@unocss/webpack 66.4.2 → 66.5.0
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,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const unplugin = require('./shared/webpack.
|
|
3
|
+
const unplugin = require('./shared/webpack.CP-vXpa8.cjs');
|
|
4
4
|
require('node:path');
|
|
5
5
|
require('node:process');
|
|
6
6
|
require('node:fs/promises');
|
|
7
7
|
require('tinyglobby');
|
|
8
|
-
require('@
|
|
8
|
+
require('@jridgewell/remapping');
|
|
9
9
|
require('magic-string');
|
|
10
10
|
require('@unocss/core');
|
|
11
11
|
require('@unocss/config');
|
package/dist/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { u as unplugin } from './shared/webpack.
|
|
1
|
+
import { u as unplugin } from './shared/webpack.Dedq-qCJ.mjs';
|
|
2
2
|
import 'node:path';
|
|
3
3
|
import 'node:process';
|
|
4
4
|
import 'node:fs/promises';
|
|
5
5
|
import 'tinyglobby';
|
|
6
|
-
import '@
|
|
6
|
+
import '@jridgewell/remapping';
|
|
7
7
|
import 'magic-string';
|
|
8
8
|
import '@unocss/core';
|
|
9
9
|
import '@unocss/config';
|
package/dist/rspack.cjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const unplugin = require('./shared/webpack.
|
|
3
|
+
const unplugin = require('./shared/webpack.CP-vXpa8.cjs');
|
|
4
4
|
require('node:path');
|
|
5
5
|
require('node:process');
|
|
6
6
|
require('node:fs/promises');
|
|
7
7
|
require('tinyglobby');
|
|
8
|
-
require('@
|
|
8
|
+
require('@jridgewell/remapping');
|
|
9
9
|
require('magic-string');
|
|
10
10
|
require('@unocss/core');
|
|
11
11
|
require('@unocss/config');
|
package/dist/rspack.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { u as unplugin } from './shared/webpack.
|
|
1
|
+
import { u as unplugin } from './shared/webpack.Dedq-qCJ.mjs';
|
|
2
2
|
import 'node:path';
|
|
3
3
|
import 'node:process';
|
|
4
4
|
import 'node:fs/promises';
|
|
5
5
|
import 'tinyglobby';
|
|
6
|
-
import '@
|
|
6
|
+
import '@jridgewell/remapping';
|
|
7
7
|
import 'magic-string';
|
|
8
8
|
import '@unocss/core';
|
|
9
9
|
import '@unocss/config';
|
|
@@ -4,7 +4,7 @@ const node_path = require('node:path');
|
|
|
4
4
|
const process = require('node:process');
|
|
5
5
|
const fs = require('node:fs/promises');
|
|
6
6
|
const tinyglobby = require('tinyglobby');
|
|
7
|
-
const remapping = require('@
|
|
7
|
+
const remapping = require('@jridgewell/remapping');
|
|
8
8
|
const MagicString = require('magic-string');
|
|
9
9
|
const core = require('@unocss/core');
|
|
10
10
|
const config = require('@unocss/config');
|
|
@@ -2,7 +2,7 @@ import { resolve, isAbsolute, normalize } from 'node:path';
|
|
|
2
2
|
import process from 'node:process';
|
|
3
3
|
import fs from 'node:fs/promises';
|
|
4
4
|
import { glob } from 'tinyglobby';
|
|
5
|
-
import remapping from '@
|
|
5
|
+
import remapping from '@jridgewell/remapping';
|
|
6
6
|
import MagicString from 'magic-string';
|
|
7
7
|
import { cssIdRE, createGenerator, BetterMap } from '@unocss/core';
|
|
8
8
|
import { createRecoveryConfigLoader } from '@unocss/config';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/webpack",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "66.
|
|
4
|
+
"version": "66.5.0",
|
|
5
5
|
"description": "The Webpack plugin for UnoCSS",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -60,21 +60,21 @@
|
|
|
60
60
|
"webpack": "^4 || ^5"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@
|
|
63
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
64
64
|
"chokidar": "^3.6.0",
|
|
65
|
-
"magic-string": "^0.30.
|
|
65
|
+
"magic-string": "^0.30.18",
|
|
66
66
|
"pathe": "^2.0.3",
|
|
67
67
|
"tinyglobby": "^0.2.14",
|
|
68
|
-
"unplugin": "^2.3.
|
|
69
|
-
"unplugin-utils": "^0.
|
|
68
|
+
"unplugin": "^2.3.9",
|
|
69
|
+
"unplugin-utils": "^0.3.0",
|
|
70
70
|
"webpack-sources": "^3.3.3",
|
|
71
|
-
"@unocss/
|
|
72
|
-
"@unocss/
|
|
71
|
+
"@unocss/core": "66.5.0",
|
|
72
|
+
"@unocss/config": "66.5.0"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@types/webpack": "^5.28.5",
|
|
76
76
|
"@types/webpack-sources": "^3.2.3",
|
|
77
|
-
"webpack": "^5.101.
|
|
77
|
+
"webpack": "^5.101.3"
|
|
78
78
|
},
|
|
79
79
|
"scripts": {
|
|
80
80
|
"build": "unbuild",
|