@rsbuild/core 1.0.0-alpha.4 → 1.0.0-alpha.6

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.
Files changed (41) hide show
  1. package/compiled/autoprefixer/index.js +9 -9
  2. package/compiled/css-loader/index.js +23 -23
  3. package/compiled/css-loader/semver.js +1 -0
  4. package/compiled/launch-editor-middleware/index.js +9 -9
  5. package/compiled/picocolors/index.d.ts +34 -0
  6. package/compiled/picocolors/index.js +130 -0
  7. package/compiled/{semver → picocolors}/license +4 -4
  8. package/compiled/picocolors/package.json +1 -0
  9. package/compiled/postcss-loader/index.js +11 -11
  10. package/compiled/postcss-loader/semver.js +1 -0
  11. package/compiled/rspack-chain/index.d.ts +1 -0
  12. package/compiled/rspack-chain/index.js +66 -66
  13. package/compiled/rspack-chain/package.json +1 -1
  14. package/compiled/rspack-manifest-plugin/index.js +4 -4
  15. package/compiled/webpack-bundle-analyzer/index.js +163 -11
  16. package/dist/index.cjs +371 -514
  17. package/dist/index.js +436 -581
  18. package/dist-types/pluginHelper.d.ts +1 -1
  19. package/dist-types/plugins/minimize.d.ts +4 -5
  20. package/dist-types/rspack/HtmlBasicPlugin.d.ts +2 -2
  21. package/dist-types/rspack/preload/HtmlPreloadOrPrefetchPlugin.d.ts +4 -3
  22. package/dist-types/rspack/preload/helpers/determineAsValue.d.ts +2 -2
  23. package/dist-types/rspack/preload/helpers/doesChunkBelongToHtml.d.ts +3 -2
  24. package/dist-types/rspack/preload/helpers/extractChunks.d.ts +3 -2
  25. package/dist-types/rspack/preload/helpers/type.d.ts +1 -1
  26. package/dist-types/server/middlewares.d.ts +12 -1
  27. package/dist-types/server/socketServer.d.ts +1 -0
  28. package/dist-types/types/config/dev.d.ts +3 -0
  29. package/dist-types/types/config/html.d.ts +2 -2
  30. package/dist-types/types/config/output.d.ts +5 -9
  31. package/dist-types/types/config/tools.d.ts +2 -2
  32. package/dist-types/types/hooks.d.ts +1 -1
  33. package/dist-types/types/plugin.d.ts +1 -1
  34. package/dist-types/types/thirdParty.d.ts +0 -3
  35. package/package.json +4 -7
  36. package/compiled/gzip-size/index.d.ts +0 -1
  37. package/compiled/gzip-size/index.js +0 -242
  38. package/compiled/gzip-size/package.json +0 -1
  39. package/compiled/semver/index.d.ts +0 -1
  40. package/compiled/semver/index.js +0 -2585
  41. package/compiled/semver/package.json +0 -1
@@ -1183,7 +1183,7 @@ module.exports = AtRule
1183
1183
 
1184
1184
  let browserslist = __nccwpck_require__(595)
1185
1185
  let { agents } = __nccwpck_require__(3768)
1186
- let pico = __nccwpck_require__(146)
1186
+ let pico = __nccwpck_require__(4272)
1187
1187
 
1188
1188
  let Browsers = __nccwpck_require__(3034)
1189
1189
  let Prefixes = __nccwpck_require__(8393)
@@ -8651,6 +8651,14 @@ module.exports = require("../browserslist");
8651
8651
 
8652
8652
  /***/ }),
8653
8653
 
8654
+ /***/ 4272:
8655
+ /***/ ((module) => {
8656
+
8657
+ "use strict";
8658
+ module.exports = require("../picocolors");
8659
+
8660
+ /***/ }),
8661
+
8654
8662
  /***/ 1036:
8655
8663
  /***/ ((module) => {
8656
8664
 
@@ -9243,14 +9251,6 @@ module.exports = require("caniuse-lite/dist/unpacker/feature");
9243
9251
 
9244
9252
  /***/ }),
9245
9253
 
9246
- /***/ 146:
9247
- /***/ ((module) => {
9248
-
9249
- "use strict";
9250
- module.exports = require("picocolors");
9251
-
9252
- /***/ }),
9253
-
9254
9254
  /***/ 977:
9255
9255
  /***/ ((module) => {
9256
9256
 
@@ -1,19 +1,19 @@
1
1
  /******/ (() => { // webpackBootstrap
2
2
  /******/ var __webpack_modules__ = ({
3
3
 
4
- /***/ 3764:
4
+ /***/ 9067:
5
5
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
6
6
 
7
7
  "use strict";
8
8
 
9
9
 
10
- const loader = __nccwpck_require__(4);
10
+ const loader = __nccwpck_require__(9891);
11
11
  module.exports = loader.default;
12
- module.exports.defaultGetLocalIdent = __nccwpck_require__(4941).defaultGetLocalIdent;
12
+ module.exports.defaultGetLocalIdent = __nccwpck_require__(5385).defaultGetLocalIdent;
13
13
 
14
14
  /***/ }),
15
15
 
16
- /***/ 4:
16
+ /***/ 9891:
17
17
  /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
18
18
 
19
19
  "use strict";
@@ -25,10 +25,10 @@ Object.defineProperty(exports, "__esModule", ({
25
25
  exports["default"] = loader;
26
26
  var _postcss = _interopRequireDefault(__nccwpck_require__(977));
27
27
  var _package = _interopRequireDefault(__nccwpck_require__(7972));
28
- var _semver = __nccwpck_require__(5204);
29
- var _options = _interopRequireDefault(__nccwpck_require__(2965));
30
- var _plugins = __nccwpck_require__(5288);
31
- var _utils = __nccwpck_require__(4941);
28
+ var _semver = __nccwpck_require__(938);
29
+ var _options = _interopRequireDefault(__nccwpck_require__(845));
30
+ var _plugins = __nccwpck_require__(1958);
31
+ var _utils = __nccwpck_require__(5385);
32
32
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
33
33
  /*
34
34
  MIT License http://www.opensource.org/licenses/mit-license.php
@@ -198,7 +198,7 @@ async function loader(content, map, meta) {
198
198
 
199
199
  /***/ }),
200
200
 
201
- /***/ 5288:
201
+ /***/ 1958:
202
202
  /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
203
203
 
204
204
  "use strict";
@@ -225,14 +225,14 @@ Object.defineProperty(exports, "urlParser", ({
225
225
  return _postcssUrlParser.default;
226
226
  }
227
227
  }));
228
- var _postcssImportParser = _interopRequireDefault(__nccwpck_require__(4609));
229
- var _postcssIcssParser = _interopRequireDefault(__nccwpck_require__(8799));
230
- var _postcssUrlParser = _interopRequireDefault(__nccwpck_require__(3525));
228
+ var _postcssImportParser = _interopRequireDefault(__nccwpck_require__(3648));
229
+ var _postcssIcssParser = _interopRequireDefault(__nccwpck_require__(7249));
230
+ var _postcssUrlParser = _interopRequireDefault(__nccwpck_require__(59));
231
231
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
232
232
 
233
233
  /***/ }),
234
234
 
235
- /***/ 8799:
235
+ /***/ 7249:
236
236
  /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
237
237
 
238
238
  "use strict";
@@ -243,7 +243,7 @@ Object.defineProperty(exports, "__esModule", ({
243
243
  }));
244
244
  exports["default"] = void 0;
245
245
  var _icssUtils = __nccwpck_require__(2304);
246
- var _utils = __nccwpck_require__(4941);
246
+ var _utils = __nccwpck_require__(5385);
247
247
  const plugin = (options = {}) => {
248
248
  return {
249
249
  postcssPlugin: "postcss-icss-parser",
@@ -352,7 +352,7 @@ var _default = exports["default"] = plugin;
352
352
 
353
353
  /***/ }),
354
354
 
355
- /***/ 4609:
355
+ /***/ 3648:
356
356
  /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
357
357
 
358
358
  "use strict";
@@ -363,7 +363,7 @@ Object.defineProperty(exports, "__esModule", ({
363
363
  }));
364
364
  exports["default"] = void 0;
365
365
  var _postcssValueParser = _interopRequireDefault(__nccwpck_require__(1036));
366
- var _utils = __nccwpck_require__(4941);
366
+ var _utils = __nccwpck_require__(5385);
367
367
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
368
368
  function isIgnoredAfterName(atRule) {
369
369
  if (atRule.raws && atRule.raws.afterName && atRule.raws.afterName.trim().length > 0) {
@@ -652,7 +652,7 @@ var _default = exports["default"] = plugin;
652
652
 
653
653
  /***/ }),
654
654
 
655
- /***/ 3525:
655
+ /***/ 59:
656
656
  /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
657
657
 
658
658
  "use strict";
@@ -663,7 +663,7 @@ Object.defineProperty(exports, "__esModule", ({
663
663
  }));
664
664
  exports["default"] = void 0;
665
665
  var _postcssValueParser = _interopRequireDefault(__nccwpck_require__(1036));
666
- var _utils = __nccwpck_require__(4941);
666
+ var _utils = __nccwpck_require__(5385);
667
667
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
668
668
  const isUrlFunc = /url/i;
669
669
  const isImageSetFunc = /^(?:-webkit-)?image-set$/i;
@@ -1015,7 +1015,7 @@ var _default = exports["default"] = plugin;
1015
1015
 
1016
1016
  /***/ }),
1017
1017
 
1018
- /***/ 4941:
1018
+ /***/ 5385:
1019
1019
  /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
1020
1020
 
1021
1021
  "use strict";
@@ -7278,11 +7278,11 @@ module.exports = require("../postcss-value-parser");
7278
7278
 
7279
7279
  /***/ }),
7280
7280
 
7281
- /***/ 5204:
7281
+ /***/ 938:
7282
7282
  /***/ ((module) => {
7283
7283
 
7284
7284
  "use strict";
7285
- module.exports = require("../semver");
7285
+ module.exports = require("./semver");
7286
7286
 
7287
7287
  /***/ }),
7288
7288
 
@@ -7318,7 +7318,7 @@ module.exports = require("util");
7318
7318
 
7319
7319
  /***/ }),
7320
7320
 
7321
- /***/ 2965:
7321
+ /***/ 845:
7322
7322
  /***/ ((module) => {
7323
7323
 
7324
7324
  "use strict";
@@ -7376,7 +7376,7 @@ module.exports = JSON.parse('{"name":"postcss","version":"8.4.39","description":
7376
7376
  /******/ // startup
7377
7377
  /******/ // Load entry module and return exports
7378
7378
  /******/ // This entry module is referenced by other modules so it can't be inlined
7379
- /******/ var __webpack_exports__ = __nccwpck_require__(3764);
7379
+ /******/ var __webpack_exports__ = __nccwpck_require__(9067);
7380
7380
  /******/ module.exports = __webpack_exports__;
7381
7381
  /******/
7382
7382
  /******/ })()
@@ -0,0 +1 @@
1
+ module.exports.satisfies = () => true;
@@ -355,7 +355,7 @@ module.exports = function guessEditor (specifiedEditor) {
355
355
  const fs = __nccwpck_require__(147)
356
356
  const os = __nccwpck_require__(37)
357
357
  const path = __nccwpck_require__(17)
358
- const colors = __nccwpck_require__(146)
358
+ const colors = __nccwpck_require__(272)
359
359
  const childProcess = __nccwpck_require__(81)
360
360
 
361
361
  const guessEditor = __nccwpck_require__(641)
@@ -786,6 +786,14 @@ module.exports = function quote(xs) {
786
786
  };
787
787
 
788
788
 
789
+ /***/ }),
790
+
791
+ /***/ 272:
792
+ /***/ ((module) => {
793
+
794
+ "use strict";
795
+ module.exports = require("../picocolors");
796
+
789
797
  /***/ }),
790
798
 
791
799
  /***/ 81:
@@ -820,14 +828,6 @@ module.exports = require("path");
820
828
 
821
829
  /***/ }),
822
830
 
823
- /***/ 146:
824
- /***/ ((module) => {
825
-
826
- "use strict";
827
- module.exports = require("picocolors");
828
-
829
- /***/ }),
830
-
831
831
  /***/ 310:
832
832
  /***/ ((module) => {
833
833
 
@@ -0,0 +1,34 @@
1
+ type Formatter = (input: string | number | null | undefined) => string
2
+
3
+ interface Colors {
4
+ isColorSupported: boolean
5
+ reset: Formatter
6
+ bold: Formatter
7
+ dim: Formatter
8
+ italic: Formatter
9
+ underline: Formatter
10
+ inverse: Formatter
11
+ hidden: Formatter
12
+ strikethrough: Formatter
13
+ black: Formatter
14
+ red: Formatter
15
+ green: Formatter
16
+ yellow: Formatter
17
+ blue: Formatter
18
+ magenta: Formatter
19
+ cyan: Formatter
20
+ white: Formatter
21
+ gray: Formatter
22
+ bgBlack: Formatter
23
+ bgRed: Formatter
24
+ bgGreen: Formatter
25
+ bgYellow: Formatter
26
+ bgBlue: Formatter
27
+ bgMagenta: Formatter
28
+ bgCyan: Formatter
29
+ bgWhite: Formatter
30
+ }
31
+
32
+ declare const picocolors: Colors & { createColors: (enabled?: boolean) => Colors }
33
+
34
+ export { picocolors as default };
@@ -0,0 +1,130 @@
1
+ /******/ (() => { // webpackBootstrap
2
+ /******/ var __webpack_modules__ = ({
3
+
4
+ /***/ 701:
5
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
6
+
7
+ let argv = process.argv || [],
8
+ env = process.env
9
+ let isColorSupported =
10
+ !("NO_COLOR" in env || argv.includes("--no-color")) &&
11
+ ("FORCE_COLOR" in env ||
12
+ argv.includes("--color") ||
13
+ process.platform === "win32" ||
14
+ (require != null && (__nccwpck_require__(224).isatty)(1) && env.TERM !== "dumb") ||
15
+ "CI" in env)
16
+
17
+ let formatter =
18
+ (open, close, replace = open) =>
19
+ input => {
20
+ let string = "" + input
21
+ let index = string.indexOf(close, open.length)
22
+ return ~index
23
+ ? open + replaceClose(string, close, replace, index) + close
24
+ : open + string + close
25
+ }
26
+
27
+ let replaceClose = (string, close, replace, index) => {
28
+ let result = ""
29
+ let cursor = 0
30
+ do {
31
+ result += string.substring(cursor, index) + replace
32
+ cursor = index + close.length
33
+ index = string.indexOf(close, cursor)
34
+ } while (~index)
35
+ return result + string.substring(cursor)
36
+ }
37
+
38
+ let createColors = (enabled = isColorSupported) => {
39
+ let init = enabled ? formatter : () => String
40
+ return {
41
+ isColorSupported: enabled,
42
+ reset: init("\x1b[0m", "\x1b[0m"),
43
+ bold: init("\x1b[1m", "\x1b[22m", "\x1b[22m\x1b[1m"),
44
+ dim: init("\x1b[2m", "\x1b[22m", "\x1b[22m\x1b[2m"),
45
+ italic: init("\x1b[3m", "\x1b[23m"),
46
+ underline: init("\x1b[4m", "\x1b[24m"),
47
+ inverse: init("\x1b[7m", "\x1b[27m"),
48
+ hidden: init("\x1b[8m", "\x1b[28m"),
49
+ strikethrough: init("\x1b[9m", "\x1b[29m"),
50
+ black: init("\x1b[30m", "\x1b[39m"),
51
+ red: init("\x1b[31m", "\x1b[39m"),
52
+ green: init("\x1b[32m", "\x1b[39m"),
53
+ yellow: init("\x1b[33m", "\x1b[39m"),
54
+ blue: init("\x1b[34m", "\x1b[39m"),
55
+ magenta: init("\x1b[35m", "\x1b[39m"),
56
+ cyan: init("\x1b[36m", "\x1b[39m"),
57
+ white: init("\x1b[37m", "\x1b[39m"),
58
+ gray: init("\x1b[90m", "\x1b[39m"),
59
+ bgBlack: init("\x1b[40m", "\x1b[49m"),
60
+ bgRed: init("\x1b[41m", "\x1b[49m"),
61
+ bgGreen: init("\x1b[42m", "\x1b[49m"),
62
+ bgYellow: init("\x1b[43m", "\x1b[49m"),
63
+ bgBlue: init("\x1b[44m", "\x1b[49m"),
64
+ bgMagenta: init("\x1b[45m", "\x1b[49m"),
65
+ bgCyan: init("\x1b[46m", "\x1b[49m"),
66
+ bgWhite: init("\x1b[47m", "\x1b[49m"),
67
+ }
68
+ }
69
+
70
+ module.exports = createColors()
71
+ module.exports.createColors = createColors
72
+
73
+
74
+ /***/ }),
75
+
76
+ /***/ 224:
77
+ /***/ ((module) => {
78
+
79
+ "use strict";
80
+ module.exports = require("tty");
81
+
82
+ /***/ })
83
+
84
+ /******/ });
85
+ /************************************************************************/
86
+ /******/ // The module cache
87
+ /******/ var __webpack_module_cache__ = {};
88
+ /******/
89
+ /******/ // The require function
90
+ /******/ function __nccwpck_require__(moduleId) {
91
+ /******/ // Check if module is in cache
92
+ /******/ var cachedModule = __webpack_module_cache__[moduleId];
93
+ /******/ if (cachedModule !== undefined) {
94
+ /******/ return cachedModule.exports;
95
+ /******/ }
96
+ /******/ // Create a new module (and put it into the cache)
97
+ /******/ var module = __webpack_module_cache__[moduleId] = {
98
+ /******/ // no module.id needed
99
+ /******/ // no module.loaded needed
100
+ /******/ exports: {}
101
+ /******/ };
102
+ /******/
103
+ /******/ // Execute the module function
104
+ /******/ var threw = true;
105
+ /******/ try {
106
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nccwpck_require__);
107
+ /******/ threw = false;
108
+ /******/ } finally {
109
+ /******/ if(threw) delete __webpack_module_cache__[moduleId];
110
+ /******/ }
111
+ /******/
112
+ /******/ // Return the exports of the module
113
+ /******/ return module.exports;
114
+ /******/ }
115
+ /******/
116
+ /************************************************************************/
117
+ /******/ /* webpack/runtime/compat */
118
+ /******/
119
+ /******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = __dirname + "/";
120
+ /******/
121
+ /************************************************************************/
122
+ /******/
123
+ /******/ // startup
124
+ /******/ // Load entry module and return exports
125
+ /******/ // This entry module is referenced by other modules so it can't be inlined
126
+ /******/ var __webpack_exports__ = __nccwpck_require__(701);
127
+ /******/ module.exports = __webpack_exports__;
128
+ /******/
129
+ /******/ })()
130
+ ;
@@ -1,6 +1,6 @@
1
- The ISC License
1
+ ISC License
2
2
 
3
- Copyright (c) Isaac Z. Schlueter and Contributors
3
+ Copyright (c) 2021 Alexey Raspopov, Kostiantyn Denysov, Anton Verinov
4
4
 
5
5
  Permission to use, copy, modify, and/or distribute this software for any
6
6
  purpose with or without fee is hereby granted, provided that the above
@@ -11,5 +11,5 @@ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11
11
  MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12
12
  ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13
13
  WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
15
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
@@ -0,0 +1 @@
1
+ {"name":"picocolors","author":"Alexey Raspopov","version":"1.0.1","license":"ISC","types":"index.d.ts","type":"commonjs"}
@@ -7709,17 +7709,17 @@ module.exports.createColors = createColors
7709
7709
 
7710
7710
  /***/ }),
7711
7711
 
7712
- /***/ 1036:
7712
+ /***/ 8138:
7713
7713
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
7714
7714
 
7715
7715
  "use strict";
7716
7716
 
7717
7717
 
7718
- module.exports = __nccwpck_require__(9677)["default"];
7718
+ module.exports = __nccwpck_require__(2252)["default"];
7719
7719
 
7720
7720
  /***/ }),
7721
7721
 
7722
- /***/ 9677:
7722
+ /***/ 2252:
7723
7723
  /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
7724
7724
 
7725
7725
  "use strict";
@@ -7732,8 +7732,8 @@ __webpack_unused_export__ = ({
7732
7732
  exports["default"] = loader;
7733
7733
  var _path = _interopRequireDefault(__nccwpck_require__(1017));
7734
7734
  var _package = _interopRequireDefault(__nccwpck_require__(7972));
7735
- var _options = _interopRequireDefault(__nccwpck_require__(2428));
7736
- var _utils = __nccwpck_require__(5495);
7735
+ var _options = _interopRequireDefault(__nccwpck_require__(9182));
7736
+ var _utils = __nccwpck_require__(3160);
7737
7737
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
7738
7738
  let hasExplicitDependencyOnPostCSS = false;
7739
7739
 
@@ -7794,7 +7794,7 @@ async function loader(content, sourceMap, meta) {
7794
7794
  // Reuse PostCSS AST from other loaders
7795
7795
  if (meta && meta.ast && meta.ast.type === "postcss" &&
7796
7796
  // eslint-disable-next-line global-require
7797
- (__nccwpck_require__(5204).satisfies)(meta.ast.version, `^${_package.default.version}`)) {
7797
+ (__nccwpck_require__(938).satisfies)(meta.ast.version, `^${_package.default.version}`)) {
7798
7798
  ({
7799
7799
  root
7800
7800
  } = meta.ast);
@@ -7899,7 +7899,7 @@ async function loader(content, sourceMap, meta) {
7899
7899
 
7900
7900
  /***/ }),
7901
7901
 
7902
- /***/ 5495:
7902
+ /***/ 3160:
7903
7903
  /***/ ((module, exports, __nccwpck_require__) => {
7904
7904
 
7905
7905
  "use strict";
@@ -8593,11 +8593,11 @@ module.exports = require("../jiti");
8593
8593
 
8594
8594
  /***/ }),
8595
8595
 
8596
- /***/ 5204:
8596
+ /***/ 938:
8597
8597
  /***/ ((module) => {
8598
8598
 
8599
8599
  "use strict";
8600
- module.exports = require("../semver");
8600
+ module.exports = require("./semver");
8601
8601
 
8602
8602
  /***/ }),
8603
8603
 
@@ -9150,7 +9150,7 @@ function highlight(code, options = {}) {
9150
9150
 
9151
9151
  /***/ }),
9152
9152
 
9153
- /***/ 2428:
9153
+ /***/ 9182:
9154
9154
  /***/ ((module) => {
9155
9155
 
9156
9156
  "use strict";
@@ -9278,7 +9278,7 @@ module.exports = JSON.parse('{"name":"postcss","version":"8.4.39","description":
9278
9278
  /******/ // startup
9279
9279
  /******/ // Load entry module and return exports
9280
9280
  /******/ // This entry module used 'module' so it can't be inlined
9281
- /******/ var __webpack_exports__ = __nccwpck_require__(1036);
9281
+ /******/ var __webpack_exports__ = __nccwpck_require__(8138);
9282
9282
  /******/ module.exports = __webpack_exports__;
9283
9283
  /******/
9284
9284
  /******/ })()
@@ -0,0 +1 @@
1
+ module.exports.satisfies = () => true;
@@ -431,6 +431,7 @@ declare namespace Config {
431
431
  type SplitChunksObject = Exclude<RspackOptimization['splitChunks'], false>;
432
432
  class Optimization extends ChainedMap<Config> {
433
433
  minimizer(name: string): Config.Plugin<this, PluginInstance>;
434
+ minimizers: TypedChainedMap<this, Config.Plugin<this, PluginInstance>>;
434
435
  splitChunks: TypedChainedMap<this, SplitChunksObject> &
435
436
  ((value: SplitChunksObject | false) => this);
436
437