@unpackjs/core 1.6.4 → 1.7.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.
Files changed (58) hide show
  1. package/compiled/css-loader/index.js +48 -50
  2. package/compiled/less-loader/index.js +8 -8
  3. package/compiled/postcss-loader/index.js +11 -11
  4. package/compiled/sass-loader/index.js +8 -8
  5. package/dist/bundler-config/chunkSplit.cjs +3 -3
  6. package/dist/bundler-config/chunkSplit.d.ts +1 -1
  7. package/dist/bundler-config/chunkSplit.d.ts.map +1 -1
  8. package/dist/bundler-config/chunkSplit.js +2 -2
  9. package/dist/bundler-config/css.cjs +3 -3
  10. package/dist/bundler-config/css.d.ts +1 -1
  11. package/dist/bundler-config/css.d.ts.map +1 -1
  12. package/dist/bundler-config/css.js +2 -2
  13. package/dist/bundler-config/experimentCss.cjs +3 -3
  14. package/dist/bundler-config/experimentCss.d.ts +1 -1
  15. package/dist/bundler-config/experimentCss.d.ts.map +1 -1
  16. package/dist/bundler-config/experimentCss.js +2 -2
  17. package/dist/bundler-config/index.cjs +18 -14
  18. package/dist/bundler-config/index.d.ts.map +1 -1
  19. package/dist/bundler-config/index.js +22 -18
  20. package/dist/createUnpack.cjs +6 -3
  21. package/dist/createUnpack.d.ts.map +1 -1
  22. package/dist/createUnpack.js +7 -4
  23. package/dist/index.cjs +3 -0
  24. package/dist/index.d.ts +1 -0
  25. package/dist/index.d.ts.map +1 -1
  26. package/dist/index.js +2 -0
  27. package/dist/logger.cjs +5 -3
  28. package/dist/logger.js +5 -3
  29. package/dist/plugin-progress/rspack.cjs +11 -2
  30. package/dist/plugin-progress/rspack.d.ts.map +1 -1
  31. package/dist/plugin-progress/rspack.js +11 -2
  32. package/dist/plugin-progress/webpack.cjs +11 -2
  33. package/dist/plugin-progress/webpack.d.ts.map +1 -1
  34. package/dist/plugin-progress/webpack.js +11 -2
  35. package/dist/prebundleDeps.cjs +349 -0
  36. package/dist/prebundleDeps.d.ts +5 -0
  37. package/dist/prebundleDeps.d.ts.map +1 -0
  38. package/dist/prebundleDeps.js +334 -0
  39. package/dist/run/dev.cjs +22 -39
  40. package/dist/run/dev.d.ts +1 -1
  41. package/dist/run/dev.d.ts.map +1 -1
  42. package/dist/run/dev.js +23 -40
  43. package/dist/thread-loader/worker.js +1 -1
  44. package/dist/types/config.d.ts +30 -8
  45. package/dist/types/config.d.ts.map +1 -1
  46. package/dist/types/logger.cjs +1 -0
  47. package/dist/types/logger.d.ts +2 -1
  48. package/dist/types/logger.d.ts.map +1 -1
  49. package/dist/types/logger.js +1 -0
  50. package/dist/utils.cjs +7 -0
  51. package/dist/utils.d.ts +3 -0
  52. package/dist/utils.d.ts.map +1 -1
  53. package/dist/utils.js +5 -0
  54. package/package.json +6 -9
  55. package/compiled/chokidar/index.d.ts +0 -327
  56. package/compiled/chokidar/index.js +0 -1773
  57. package/compiled/chokidar/license +0 -21
  58. package/compiled/chokidar/package.json +0 -1
@@ -1,22 +1,22 @@
1
1
  (() => {
2
2
  var __webpack_modules__ = {
3
- 9899: (module, __unused_webpack_exports, __nccwpck_require__) => {
3
+ 4906: (module, __unused_webpack_exports, __nccwpck_require__) => {
4
4
  "use strict";
5
- const loader = __nccwpck_require__(7070);
5
+ const loader = __nccwpck_require__(6806);
6
6
  module.exports = loader.default;
7
7
  module.exports.defaultGetLocalIdent =
8
- __nccwpck_require__(9401).defaultGetLocalIdent;
8
+ __nccwpck_require__(433).defaultGetLocalIdent;
9
9
  },
10
- 7070: (__unused_webpack_module, exports, __nccwpck_require__) => {
10
+ 6806: (__unused_webpack_module, exports, __nccwpck_require__) => {
11
11
  "use strict";
12
12
  Object.defineProperty(exports, "__esModule", { value: true });
13
13
  exports["default"] = loader;
14
14
  var _postcss = _interopRequireDefault(__nccwpck_require__(977));
15
- var _package = _interopRequireDefault(__nccwpck_require__(3360));
15
+ var _package = _interopRequireDefault(__nccwpck_require__(7337));
16
16
  var _semver = __nccwpck_require__(5204);
17
- var _options = _interopRequireDefault(__nccwpck_require__(5459));
18
- var _plugins = __nccwpck_require__(6658);
19
- var _utils = __nccwpck_require__(9401);
17
+ var _options = _interopRequireDefault(__nccwpck_require__(9991));
18
+ var _plugins = __nccwpck_require__(693);
19
+ var _utils = __nccwpck_require__(433);
20
20
  function _interopRequireDefault(obj) {
21
21
  return obj && obj.__esModule ? obj : { default: obj };
22
22
  }
@@ -243,7 +243,7 @@
243
243
  callback(null, `${importCode}${moduleCode}${exportCode}`);
244
244
  }
245
245
  },
246
- 6658: (__unused_webpack_module, exports, __nccwpck_require__) => {
246
+ 693: (__unused_webpack_module, exports, __nccwpck_require__) => {
247
247
  "use strict";
248
248
  Object.defineProperty(exports, "__esModule", { value: true });
249
249
  Object.defineProperty(exports, "icssParser", {
@@ -265,22 +265,20 @@
265
265
  },
266
266
  });
267
267
  var _postcssImportParser = _interopRequireDefault(
268
- __nccwpck_require__(1689),
268
+ __nccwpck_require__(5785),
269
269
  );
270
- var _postcssIcssParser = _interopRequireDefault(
271
- __nccwpck_require__(6853),
272
- );
273
- var _postcssUrlParser = _interopRequireDefault(__nccwpck_require__(6929));
270
+ var _postcssIcssParser = _interopRequireDefault(__nccwpck_require__(8e3));
271
+ var _postcssUrlParser = _interopRequireDefault(__nccwpck_require__(6206));
274
272
  function _interopRequireDefault(obj) {
275
273
  return obj && obj.__esModule ? obj : { default: obj };
276
274
  }
277
275
  },
278
- 6853: (__unused_webpack_module, exports, __nccwpck_require__) => {
276
+ 8e3: (__unused_webpack_module, exports, __nccwpck_require__) => {
279
277
  "use strict";
280
278
  Object.defineProperty(exports, "__esModule", { value: true });
281
279
  exports["default"] = void 0;
282
- var _icssUtils = __nccwpck_require__(8406);
283
- var _utils = __nccwpck_require__(9401);
280
+ var _icssUtils = __nccwpck_require__(4508);
281
+ var _utils = __nccwpck_require__(433);
284
282
  const plugin = (options = {}) => ({
285
283
  postcssPlugin: "postcss-icss-parser",
286
284
  async OnceExit(root) {
@@ -379,14 +377,14 @@
379
377
  plugin.postcss = true;
380
378
  var _default = (exports["default"] = plugin);
381
379
  },
382
- 1689: (__unused_webpack_module, exports, __nccwpck_require__) => {
380
+ 5785: (__unused_webpack_module, exports, __nccwpck_require__) => {
383
381
  "use strict";
384
382
  Object.defineProperty(exports, "__esModule", { value: true });
385
383
  exports["default"] = void 0;
386
384
  var _postcssValueParser = _interopRequireDefault(
387
385
  __nccwpck_require__(7555),
388
386
  );
389
- var _utils = __nccwpck_require__(9401);
387
+ var _utils = __nccwpck_require__(433);
390
388
  function _interopRequireDefault(obj) {
391
389
  return obj && obj.__esModule ? obj : { default: obj };
392
390
  }
@@ -691,14 +689,14 @@
691
689
  plugin.postcss = true;
692
690
  var _default = (exports["default"] = plugin);
693
691
  },
694
- 6929: (__unused_webpack_module, exports, __nccwpck_require__) => {
692
+ 6206: (__unused_webpack_module, exports, __nccwpck_require__) => {
695
693
  "use strict";
696
694
  Object.defineProperty(exports, "__esModule", { value: true });
697
695
  exports["default"] = void 0;
698
696
  var _postcssValueParser = _interopRequireDefault(
699
697
  __nccwpck_require__(7555),
700
698
  );
701
- var _utils = __nccwpck_require__(9401);
699
+ var _utils = __nccwpck_require__(433);
702
700
  function _interopRequireDefault(obj) {
703
701
  return obj && obj.__esModule ? obj : { default: obj };
704
702
  }
@@ -1041,7 +1039,7 @@
1041
1039
  plugin.postcss = true;
1042
1040
  var _default = (exports["default"] = plugin);
1043
1041
  },
1044
- 9401: (__unused_webpack_module, exports, __nccwpck_require__) => {
1042
+ 433: (__unused_webpack_module, exports, __nccwpck_require__) => {
1045
1043
  "use strict";
1046
1044
  Object.defineProperty(exports, "__esModule", { value: true });
1047
1045
  exports.WEBPACK_IGNORE_COMMENT_REGEXP = void 0;
@@ -1074,16 +1072,16 @@
1074
1072
  var _url = __nccwpck_require__(7310);
1075
1073
  var _path = _interopRequireDefault(__nccwpck_require__(1017));
1076
1074
  var _postcssModulesValues = _interopRequireDefault(
1077
- __nccwpck_require__(978),
1075
+ __nccwpck_require__(3968),
1078
1076
  );
1079
1077
  var _postcssModulesLocalByDefault = _interopRequireDefault(
1080
- __nccwpck_require__(8480),
1078
+ __nccwpck_require__(7913),
1081
1079
  );
1082
1080
  var _postcssModulesExtractImports = _interopRequireDefault(
1083
- __nccwpck_require__(8456),
1081
+ __nccwpck_require__(4651),
1084
1082
  );
1085
1083
  var _postcssModulesScope = _interopRequireDefault(
1086
- __nccwpck_require__(8084),
1084
+ __nccwpck_require__(4988),
1087
1085
  );
1088
1086
  function _interopRequireDefault(obj) {
1089
1087
  return obj && obj.__esModule ? obj : { default: obj };
@@ -2276,7 +2274,7 @@
2276
2274
  cssesc.version = "3.0.0";
2277
2275
  module.exports = cssesc;
2278
2276
  },
2279
- 5198: (module) => {
2277
+ 41: (module) => {
2280
2278
  const createImports = (imports, postcss, mode = "rule") =>
2281
2279
  Object.keys(imports).map((path) => {
2282
2280
  const aliases = imports[path];
@@ -2328,7 +2326,7 @@
2328
2326
  ];
2329
2327
  module.exports = createICSSRules;
2330
2328
  },
2331
- 680: (module) => {
2329
+ 1289: (module) => {
2332
2330
  const importPattern = /^:import\(("[^"]*"|'[^']*'|[^"']+)\)$/;
2333
2331
  const balancedQuotes = /^("[^"]*"|'[^']*'|[^"']+)$/;
2334
2332
  const getDeclsObject = (rule) => {
@@ -2386,11 +2384,11 @@
2386
2384
  };
2387
2385
  module.exports = extractICSS;
2388
2386
  },
2389
- 8406: (module, __unused_webpack_exports, __nccwpck_require__) => {
2390
- const replaceValueSymbols = __nccwpck_require__(7797);
2391
- const replaceSymbols = __nccwpck_require__(9607);
2392
- const extractICSS = __nccwpck_require__(680);
2393
- const createICSSRules = __nccwpck_require__(5198);
2387
+ 4508: (module, __unused_webpack_exports, __nccwpck_require__) => {
2388
+ const replaceValueSymbols = __nccwpck_require__(4360);
2389
+ const replaceSymbols = __nccwpck_require__(5905);
2390
+ const extractICSS = __nccwpck_require__(1289);
2391
+ const createICSSRules = __nccwpck_require__(41);
2394
2392
  module.exports = {
2395
2393
  replaceValueSymbols,
2396
2394
  replaceSymbols,
@@ -2398,8 +2396,8 @@
2398
2396
  createICSSRules,
2399
2397
  };
2400
2398
  },
2401
- 9607: (module, __unused_webpack_exports, __nccwpck_require__) => {
2402
- const replaceValueSymbols = __nccwpck_require__(7797);
2399
+ 5905: (module, __unused_webpack_exports, __nccwpck_require__) => {
2400
+ const replaceValueSymbols = __nccwpck_require__(4360);
2403
2401
  const replaceSymbols = (css, replacements) => {
2404
2402
  css.walk((node) => {
2405
2403
  if (node.type === "decl" && node.value) {
@@ -2422,7 +2420,7 @@
2422
2420
  };
2423
2421
  module.exports = replaceSymbols;
2424
2422
  },
2425
- 7797: (module) => {
2423
+ 4360: (module) => {
2426
2424
  const matchValueName = /[$]?[\w-]+/g;
2427
2425
  const replaceValueSymbols = (value, replacements) => {
2428
2426
  let matches;
@@ -2440,8 +2438,8 @@
2440
2438
  };
2441
2439
  module.exports = replaceValueSymbols;
2442
2440
  },
2443
- 8456: (module, __unused_webpack_exports, __nccwpck_require__) => {
2444
- const topologicalSort = __nccwpck_require__(3423);
2441
+ 4651: (module, __unused_webpack_exports, __nccwpck_require__) => {
2442
+ const topologicalSort = __nccwpck_require__(3934);
2445
2443
  const matchImports = /^(.+?)\s+from\s+(?:"([^"]+)"|'([^']+)'|(global))$/;
2446
2444
  const icssImport = /^:import\((?:"([^"]+)"|'([^']+)')\)/;
2447
2445
  const VISITED_MARKER = 1;
@@ -2587,7 +2585,7 @@
2587
2585
  };
2588
2586
  module.exports.postcss = true;
2589
2587
  },
2590
- 3423: (module) => {
2588
+ 3934: (module) => {
2591
2589
  const PERMANENT_MARKER = 2;
2592
2590
  const TEMPORARY_MARKER = 1;
2593
2591
  function createError(node, graph) {
@@ -2636,11 +2634,11 @@
2636
2634
  }
2637
2635
  module.exports = topologicalSort;
2638
2636
  },
2639
- 8480: (module, __unused_webpack_exports, __nccwpck_require__) => {
2637
+ 7913: (module, __unused_webpack_exports, __nccwpck_require__) => {
2640
2638
  "use strict";
2641
2639
  const selectorParser = __nccwpck_require__(3008);
2642
2640
  const valueParser = __nccwpck_require__(7555);
2643
- const { extractICSS } = __nccwpck_require__(8406);
2641
+ const { extractICSS } = __nccwpck_require__(4508);
2644
2642
  const isSpacing = (node) =>
2645
2643
  node.type === "combinator" && node.value === " ";
2646
2644
  function normalizeNodeArray(nodes) {
@@ -3151,7 +3149,7 @@
3151
3149
  };
3152
3150
  module.exports.postcss = true;
3153
3151
  },
3154
- 8084: (module, __unused_webpack_exports, __nccwpck_require__) => {
3152
+ 4988: (module, __unused_webpack_exports, __nccwpck_require__) => {
3155
3153
  "use strict";
3156
3154
  const selectorParser = __nccwpck_require__(3008);
3157
3155
  const hasOwnProperty = Object.prototype.hasOwnProperty;
@@ -3458,9 +3456,9 @@
3458
3456
  };
3459
3457
  module.exports = plugin;
3460
3458
  },
3461
- 978: (module, __unused_webpack_exports, __nccwpck_require__) => {
3459
+ 3968: (module, __unused_webpack_exports, __nccwpck_require__) => {
3462
3460
  "use strict";
3463
- const ICSSUtils = __nccwpck_require__(8406);
3461
+ const ICSSUtils = __nccwpck_require__(4508);
3464
3462
  const matchImports =
3465
3463
  /^(.+?|\([\s\S]+?\))\s+from\s+("[^"]*"|'[^']*'|[\w-]+)$/;
3466
3464
  const matchValueDefinition = /(?:\s+|^)([\w-]+):?(.*?)$/;
@@ -3654,7 +3652,7 @@
3654
3652
  var _combinator = _interopRequireDefault(__nccwpck_require__(359));
3655
3653
  var _nesting = _interopRequireDefault(__nccwpck_require__(3758));
3656
3654
  var _sortAscending = _interopRequireDefault(__nccwpck_require__(9561));
3657
- var _tokenize = _interopRequireWildcard(__nccwpck_require__(9991));
3655
+ var _tokenize = _interopRequireWildcard(__nccwpck_require__(6229));
3658
3656
  var tokens = _interopRequireWildcard(__nccwpck_require__(8863));
3659
3657
  var types = _interopRequireWildcard(__nccwpck_require__(5594));
3660
3658
  var _util = __nccwpck_require__(7456);
@@ -7006,7 +7004,7 @@
7006
7004
  var combinator = -3;
7007
7005
  exports.combinator = combinator;
7008
7006
  },
7009
- 9991: (__unused_webpack_module, exports, __nccwpck_require__) => {
7007
+ 6229: (__unused_webpack_module, exports, __nccwpck_require__) => {
7010
7008
  "use strict";
7011
7009
  exports.__esModule = true;
7012
7010
  exports.FIELDS = void 0;
@@ -7964,16 +7962,16 @@
7964
7962
  "use strict";
7965
7963
  module.exports = require("util");
7966
7964
  },
7967
- 5459: (module) => {
7965
+ 9991: (module) => {
7968
7966
  "use strict";
7969
7967
  module.exports = JSON.parse(
7970
7968
  '{"title":"CSS Loader options","additionalProperties":false,"properties":{"url":{"description":"Allows to enables/disables `url()`/`image-set()` functions handling.","link":"https://github.com/webpack-contrib/css-loader#url","anyOf":[{"type":"boolean"},{"type":"object","properties":{"filter":{"instanceof":"Function"}},"additionalProperties":false}]},"import":{"description":"Allows to enables/disables `@import` at-rules handling.","link":"https://github.com/webpack-contrib/css-loader#import","anyOf":[{"type":"boolean"},{"type":"object","properties":{"filter":{"instanceof":"Function"}},"additionalProperties":false}]},"modules":{"description":"Allows to enable/disable CSS Modules or ICSS and setup configuration.","link":"https://github.com/webpack-contrib/css-loader#modules","anyOf":[{"type":"boolean"},{"enum":["local","global","pure","icss"]},{"type":"object","additionalProperties":false,"properties":{"auto":{"description":"Allows auto enable CSS modules based on filename.","link":"https://github.com/webpack-contrib/css-loader#auto","anyOf":[{"instanceof":"RegExp"},{"instanceof":"Function"},{"type":"boolean"}]},"mode":{"description":"Setup `mode` option.","link":"https://github.com/webpack-contrib/css-loader#mode","anyOf":[{"enum":["local","global","pure","icss"]},{"instanceof":"Function"}]},"localIdentName":{"description":"Allows to configure the generated local ident name.","link":"https://github.com/webpack-contrib/css-loader#localidentname","type":"string","minLength":1},"localIdentContext":{"description":"Allows to redefine basic loader context for local ident name.","link":"https://github.com/webpack-contrib/css-loader#localidentcontext","type":"string","minLength":1},"localIdentHashSalt":{"description":"Allows to add custom hash to generate more unique classes.","link":"https://github.com/webpack-contrib/css-loader#localidenthashsalt","type":"string","minLength":1},"localIdentHashFunction":{"description":"Allows to specify hash function to generate classes.","link":"https://github.com/webpack-contrib/css-loader#localidenthashfunction","type":"string","minLength":1},"localIdentHashDigest":{"description":"Allows to specify hash digest to generate classes.","link":"https://github.com/webpack-contrib/css-loader#localidenthashdigest","type":"string","minLength":1},"localIdentHashDigestLength":{"description":"Allows to specify hash digest length to generate classes.","link":"https://github.com/webpack-contrib/css-loader#localidenthashdigestlength","type":"number"},"hashStrategy":{"description":"Allows to specify should localName be used when computing the hash.","link":"https://github.com/webpack-contrib/css-loader#hashstrategy","enum":["resource-path-and-local-name","minimal-subset"]},"localIdentRegExp":{"description":"Allows to specify custom RegExp for local ident name.","link":"https://github.com/webpack-contrib/css-loader#localidentregexp","anyOf":[{"type":"string","minLength":1},{"instanceof":"RegExp"}]},"getLocalIdent":{"description":"Allows to specify a function to generate the classname.","link":"https://github.com/webpack-contrib/css-loader#getlocalident","instanceof":"Function"},"namedExport":{"description":"Enables/disables ES modules named export for locals.","link":"https://github.com/webpack-contrib/css-loader#namedexport","type":"boolean"},"exportGlobals":{"description":"Allows to export names from global class or id, so you can use that as local name.","link":"https://github.com/webpack-contrib/css-loader#exportglobals","type":"boolean"},"exportLocalsConvention":{"description":"Style of exported classnames.","link":"https://github.com/webpack-contrib/css-loader#localsconvention","anyOf":[{"enum":["asIs","as-is","camelCase","camel-case","camelCaseOnly","camel-case-only","dashes","dashesOnly","dashes-only"]},{"instanceof":"Function"}]},"exportOnlyLocals":{"description":"Export only locals.","link":"https://github.com/webpack-contrib/css-loader#exportonlylocals","type":"boolean"},"getJSON":{"description":"Allows outputting of CSS modules mapping through a callback.","link":"https://github.com/webpack-contrib/css-loader#getJSON","instanceof":"Function"}}}]},"sourceMap":{"description":"Allows to enable/disable source maps.","link":"https://github.com/webpack-contrib/css-loader#sourcemap","type":"boolean"},"importLoaders":{"description":"Allows enables/disables or setups number of loaders applied before CSS loader for `@import`/CSS Modules and ICSS imports.","link":"https://github.com/webpack-contrib/css-loader#importloaders","anyOf":[{"type":"boolean"},{"type":"string"},{"type":"integer"}]},"esModule":{"description":"Use the ES modules syntax.","link":"https://github.com/webpack-contrib/css-loader#esmodule","type":"boolean"},"exportType":{"description":"Allows exporting styles as array with modules, string or constructable stylesheet (i.e. `CSSStyleSheet`).","link":"https://github.com/webpack-contrib/css-loader#exporttype","enum":["array","string","css-style-sheet"]}},"type":"object"}',
7971
7969
  );
7972
7970
  },
7973
- 3360: (module) => {
7971
+ 7337: (module) => {
7974
7972
  "use strict";
7975
7973
  module.exports = JSON.parse(
7976
- '{"name":"postcss","version":"8.4.47","description":"Tool for transforming styles with JS plugins","engines":{"node":"^10 || ^12 || >=14"},"exports":{".":{"require":"./lib/postcss.js","import":"./lib/postcss.mjs"},"./lib/at-rule":"./lib/at-rule.js","./lib/comment":"./lib/comment.js","./lib/container":"./lib/container.js","./lib/css-syntax-error":"./lib/css-syntax-error.js","./lib/declaration":"./lib/declaration.js","./lib/fromJSON":"./lib/fromJSON.js","./lib/input":"./lib/input.js","./lib/lazy-result":"./lib/lazy-result.js","./lib/no-work-result":"./lib/no-work-result.js","./lib/list":"./lib/list.js","./lib/map-generator":"./lib/map-generator.js","./lib/node":"./lib/node.js","./lib/parse":"./lib/parse.js","./lib/parser":"./lib/parser.js","./lib/postcss":"./lib/postcss.js","./lib/previous-map":"./lib/previous-map.js","./lib/processor":"./lib/processor.js","./lib/result":"./lib/result.js","./lib/root":"./lib/root.js","./lib/rule":"./lib/rule.js","./lib/stringifier":"./lib/stringifier.js","./lib/stringify":"./lib/stringify.js","./lib/symbols":"./lib/symbols.js","./lib/terminal-highlight":"./lib/terminal-highlight.js","./lib/tokenize":"./lib/tokenize.js","./lib/warn-once":"./lib/warn-once.js","./lib/warning":"./lib/warning.js","./package.json":"./package.json"},"main":"./lib/postcss.js","types":"./lib/postcss.d.ts","keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"funding":[{"type":"opencollective","url":"https://opencollective.com/postcss/"},{"type":"tidelift","url":"https://tidelift.com/funding/github/npm/postcss"},{"type":"github","url":"https://github.com/sponsors/ai"}],"author":"Andrey Sitnik <andrey@sitnik.ru>","license":"MIT","homepage":"https://postcss.org/","repository":"postcss/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"dependencies":{"nanoid":"^3.3.7","picocolors":"^1.1.0","source-map-js":"^1.2.1"},"browser":{"./lib/terminal-highlight":false,"source-map-js":false,"path":false,"url":false,"fs":false}}',
7974
+ '{"name":"postcss","version":"8.4.49","description":"Tool for transforming styles with JS plugins","engines":{"node":"^10 || ^12 || >=14"},"exports":{".":{"require":"./lib/postcss.js","import":"./lib/postcss.mjs"},"./lib/at-rule":"./lib/at-rule.js","./lib/comment":"./lib/comment.js","./lib/container":"./lib/container.js","./lib/css-syntax-error":"./lib/css-syntax-error.js","./lib/declaration":"./lib/declaration.js","./lib/fromJSON":"./lib/fromJSON.js","./lib/input":"./lib/input.js","./lib/lazy-result":"./lib/lazy-result.js","./lib/no-work-result":"./lib/no-work-result.js","./lib/list":"./lib/list.js","./lib/map-generator":"./lib/map-generator.js","./lib/node":"./lib/node.js","./lib/parse":"./lib/parse.js","./lib/parser":"./lib/parser.js","./lib/postcss":"./lib/postcss.js","./lib/previous-map":"./lib/previous-map.js","./lib/processor":"./lib/processor.js","./lib/result":"./lib/result.js","./lib/root":"./lib/root.js","./lib/rule":"./lib/rule.js","./lib/stringifier":"./lib/stringifier.js","./lib/stringify":"./lib/stringify.js","./lib/symbols":"./lib/symbols.js","./lib/terminal-highlight":"./lib/terminal-highlight.js","./lib/tokenize":"./lib/tokenize.js","./lib/warn-once":"./lib/warn-once.js","./lib/warning":"./lib/warning.js","./package.json":"./package.json"},"main":"./lib/postcss.js","types":"./lib/postcss.d.ts","keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"funding":[{"type":"opencollective","url":"https://opencollective.com/postcss/"},{"type":"tidelift","url":"https://tidelift.com/funding/github/npm/postcss"},{"type":"github","url":"https://github.com/sponsors/ai"}],"author":"Andrey Sitnik <andrey@sitnik.ru>","license":"MIT","homepage":"https://postcss.org/","repository":"postcss/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"dependencies":{"nanoid":"^3.3.7","picocolors":"^1.1.1","source-map-js":"^1.2.1"},"browser":{"./lib/terminal-highlight":false,"source-map-js":false,"path":false,"url":false,"fs":false}}',
7977
7975
  );
7978
7976
  },
7979
7977
  };
@@ -7999,6 +7997,6 @@
7999
7997
  }
8000
7998
  if (typeof __nccwpck_require__ !== "undefined")
8001
7999
  __nccwpck_require__.ab = __dirname + "/";
8002
- var __webpack_exports__ = __nccwpck_require__(9899);
8000
+ var __webpack_exports__ = __nccwpck_require__(4906);
8003
8001
  module.exports = __webpack_exports__;
8004
8002
  })();
@@ -1,16 +1,16 @@
1
1
  (() => {
2
2
  "use strict";
3
3
  var __webpack_modules__ = {
4
- 866: (module, __unused_webpack_exports, __nccwpck_require__) => {
5
- module.exports = __nccwpck_require__(478)["default"];
4
+ 171: (module, __unused_webpack_exports, __nccwpck_require__) => {
5
+ module.exports = __nccwpck_require__(282)["default"];
6
6
  },
7
- 478: (__unused_webpack_module, exports, __nccwpck_require__) => {
7
+ 282: (__unused_webpack_module, exports, __nccwpck_require__) => {
8
8
  var __webpack_unused_export__;
9
9
  __webpack_unused_export__ = { value: true };
10
10
  exports["default"] = void 0;
11
11
  var _path = _interopRequireDefault(__nccwpck_require__(17));
12
- var _options = _interopRequireDefault(__nccwpck_require__(102));
13
- var _utils = __nccwpck_require__(311);
12
+ var _options = _interopRequireDefault(__nccwpck_require__(172));
13
+ var _utils = __nccwpck_require__(844);
14
14
  function _interopRequireDefault(obj) {
15
15
  return obj && obj.__esModule ? obj : { default: obj };
16
16
  }
@@ -112,7 +112,7 @@
112
112
  }
113
113
  var _default = (exports["default"] = lessLoader);
114
114
  },
115
- 311: (__unused_webpack_module, exports, __nccwpck_require__) => {
115
+ 844: (__unused_webpack_module, exports, __nccwpck_require__) => {
116
116
  Object.defineProperty(exports, "__esModule", { value: true });
117
117
  exports.errorFactory = errorFactory;
118
118
  exports.getLessImplementation = getLessImplementation;
@@ -307,7 +307,7 @@
307
307
  17: (module) => {
308
308
  module.exports = require("path");
309
309
  },
310
- 102: (module) => {
310
+ 172: (module) => {
311
311
  module.exports = JSON.parse(
312
312
  '{"title":"Less Loader options","type":"object","properties":{"lessOptions":{"description":"Options to pass through to `Less`.","link":"https://github.com/webpack-contrib/less-loader#lessoptions","anyOf":[{"type":"object","additionalProperties":true},{"instanceof":"Function"}]},"additionalData":{"description":"Prepends/Appends `Less` code to the actual entry file.","link":"https://github.com/webpack-contrib/less-loader#additionalData","anyOf":[{"type":"string"},{"instanceof":"Function"}]},"sourceMap":{"description":"Enables/Disables generation of source maps.","link":"https://github.com/webpack-contrib/less-loader#sourcemap","type":"boolean"},"webpackImporter":{"description":"Enables/Disables default `webpack` importer.","link":"https://github.com/webpack-contrib/less-loader#webpackimporter","type":"boolean"},"implementation":{"description":"The implementation of the `Less` to be used.","link":"https://github.com/webpack-contrib/less-loader#implementation","anyOf":[{"type":"string"},{"type":"object"}]},"lessLogAsWarnOrErr":{"description":"Less warnings and errors will be webpack warnings or errors.","link":"https://github.com/webpack-contrib/less-loader#lesslogaswarnorerr","type":"boolean"}},"additionalProperties":false}',
313
313
  );
@@ -335,6 +335,6 @@
335
335
  }
336
336
  if (typeof __nccwpck_require__ !== "undefined")
337
337
  __nccwpck_require__.ab = __dirname + "/";
338
- var __webpack_exports__ = __nccwpck_require__(866);
338
+ var __webpack_exports__ = __nccwpck_require__(171);
339
339
  module.exports = __webpack_exports__;
340
340
  })();
@@ -93276,19 +93276,19 @@
93276
93276
  module.exports = createColors();
93277
93277
  module.exports.createColors = createColors;
93278
93278
  },
93279
- 9821: (module, __unused_webpack_exports, __nccwpck_require__) => {
93279
+ 1272: (module, __unused_webpack_exports, __nccwpck_require__) => {
93280
93280
  "use strict";
93281
- module.exports = __nccwpck_require__(5562)["default"];
93281
+ module.exports = __nccwpck_require__(6619)["default"];
93282
93282
  },
93283
- 5562: (__unused_webpack_module, exports, __nccwpck_require__) => {
93283
+ 6619: (__unused_webpack_module, exports, __nccwpck_require__) => {
93284
93284
  "use strict";
93285
93285
  var __webpack_unused_export__;
93286
93286
  __webpack_unused_export__ = { value: true };
93287
93287
  exports["default"] = loader;
93288
93288
  var _path = _interopRequireDefault(__nccwpck_require__(1017));
93289
- var _package = _interopRequireDefault(__nccwpck_require__(3360));
93290
- var _options = _interopRequireDefault(__nccwpck_require__(9361));
93291
- var _utils = __nccwpck_require__(2688);
93289
+ var _package = _interopRequireDefault(__nccwpck_require__(7337));
93290
+ var _options = _interopRequireDefault(__nccwpck_require__(6767));
93291
+ var _utils = __nccwpck_require__(8483);
93292
93292
  function _interopRequireDefault(obj) {
93293
93293
  return obj && obj.__esModule ? obj : { default: obj };
93294
93294
  }
@@ -93466,7 +93466,7 @@
93466
93466
  callback(null, result.css, map, { ast });
93467
93467
  }
93468
93468
  },
93469
- 2688: (module, exports, __nccwpck_require__) => {
93469
+ 8483: (module, exports, __nccwpck_require__) => {
93470
93470
  "use strict";
93471
93471
  module = __nccwpck_require__.nmd(module);
93472
93472
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -94833,16 +94833,16 @@
94833
94833
  };
94834
94834
  }
94835
94835
  },
94836
- 9361: (module) => {
94836
+ 6767: (module) => {
94837
94837
  "use strict";
94838
94838
  module.exports = JSON.parse(
94839
94839
  '{"title":"PostCSS Loader options","type":"object","properties":{"postcssOptions":{"description":"Options to pass through to `Postcss`.","link":"https://github.com/webpack-contrib/postcss-loader#postcssOptions","anyOf":[{"type":"object","additionalProperties":true,"properties":{"config":{"description":"Allows to specify PostCSS config path.","link":"https://github.com/webpack-contrib/postcss-loader#config","anyOf":[{"description":"Allows to specify the path to the configuration file","type":"string"},{"description":"Enables/Disables autoloading config","type":"boolean"}]}}},{"instanceof":"Function"}]},"execute":{"description":"Enables/Disables PostCSS parser support in \'CSS-in-JS\'.","link":"https://github.com/webpack-contrib/postcss-loader#execute","type":"boolean"},"sourceMap":{"description":"Enables/Disables generation of source maps.","link":"https://github.com/webpack-contrib/postcss-loader#sourcemap","type":"boolean"},"implementation":{"description":"The implementation of postcss to use, instead of the locally installed version","link":"https://github.com/webpack-contrib/postcss-loader#implementation","anyOf":[{"type":"string"},{"instanceof":"Function"}]}},"additionalProperties":false}',
94840
94840
  );
94841
94841
  },
94842
- 3360: (module) => {
94842
+ 7337: (module) => {
94843
94843
  "use strict";
94844
94844
  module.exports = JSON.parse(
94845
- '{"name":"postcss","version":"8.4.47","description":"Tool for transforming styles with JS plugins","engines":{"node":"^10 || ^12 || >=14"},"exports":{".":{"require":"./lib/postcss.js","import":"./lib/postcss.mjs"},"./lib/at-rule":"./lib/at-rule.js","./lib/comment":"./lib/comment.js","./lib/container":"./lib/container.js","./lib/css-syntax-error":"./lib/css-syntax-error.js","./lib/declaration":"./lib/declaration.js","./lib/fromJSON":"./lib/fromJSON.js","./lib/input":"./lib/input.js","./lib/lazy-result":"./lib/lazy-result.js","./lib/no-work-result":"./lib/no-work-result.js","./lib/list":"./lib/list.js","./lib/map-generator":"./lib/map-generator.js","./lib/node":"./lib/node.js","./lib/parse":"./lib/parse.js","./lib/parser":"./lib/parser.js","./lib/postcss":"./lib/postcss.js","./lib/previous-map":"./lib/previous-map.js","./lib/processor":"./lib/processor.js","./lib/result":"./lib/result.js","./lib/root":"./lib/root.js","./lib/rule":"./lib/rule.js","./lib/stringifier":"./lib/stringifier.js","./lib/stringify":"./lib/stringify.js","./lib/symbols":"./lib/symbols.js","./lib/terminal-highlight":"./lib/terminal-highlight.js","./lib/tokenize":"./lib/tokenize.js","./lib/warn-once":"./lib/warn-once.js","./lib/warning":"./lib/warning.js","./package.json":"./package.json"},"main":"./lib/postcss.js","types":"./lib/postcss.d.ts","keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"funding":[{"type":"opencollective","url":"https://opencollective.com/postcss/"},{"type":"tidelift","url":"https://tidelift.com/funding/github/npm/postcss"},{"type":"github","url":"https://github.com/sponsors/ai"}],"author":"Andrey Sitnik <andrey@sitnik.ru>","license":"MIT","homepage":"https://postcss.org/","repository":"postcss/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"dependencies":{"nanoid":"^3.3.7","picocolors":"^1.1.0","source-map-js":"^1.2.1"},"browser":{"./lib/terminal-highlight":false,"source-map-js":false,"path":false,"url":false,"fs":false}}',
94845
+ '{"name":"postcss","version":"8.4.49","description":"Tool for transforming styles with JS plugins","engines":{"node":"^10 || ^12 || >=14"},"exports":{".":{"require":"./lib/postcss.js","import":"./lib/postcss.mjs"},"./lib/at-rule":"./lib/at-rule.js","./lib/comment":"./lib/comment.js","./lib/container":"./lib/container.js","./lib/css-syntax-error":"./lib/css-syntax-error.js","./lib/declaration":"./lib/declaration.js","./lib/fromJSON":"./lib/fromJSON.js","./lib/input":"./lib/input.js","./lib/lazy-result":"./lib/lazy-result.js","./lib/no-work-result":"./lib/no-work-result.js","./lib/list":"./lib/list.js","./lib/map-generator":"./lib/map-generator.js","./lib/node":"./lib/node.js","./lib/parse":"./lib/parse.js","./lib/parser":"./lib/parser.js","./lib/postcss":"./lib/postcss.js","./lib/previous-map":"./lib/previous-map.js","./lib/processor":"./lib/processor.js","./lib/result":"./lib/result.js","./lib/root":"./lib/root.js","./lib/rule":"./lib/rule.js","./lib/stringifier":"./lib/stringifier.js","./lib/stringify":"./lib/stringify.js","./lib/symbols":"./lib/symbols.js","./lib/terminal-highlight":"./lib/terminal-highlight.js","./lib/tokenize":"./lib/tokenize.js","./lib/warn-once":"./lib/warn-once.js","./lib/warning":"./lib/warning.js","./package.json":"./package.json"},"main":"./lib/postcss.js","types":"./lib/postcss.d.ts","keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"funding":[{"type":"opencollective","url":"https://opencollective.com/postcss/"},{"type":"tidelift","url":"https://tidelift.com/funding/github/npm/postcss"},{"type":"github","url":"https://github.com/sponsors/ai"}],"author":"Andrey Sitnik <andrey@sitnik.ru>","license":"MIT","homepage":"https://postcss.org/","repository":"postcss/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"dependencies":{"nanoid":"^3.3.7","picocolors":"^1.1.1","source-map-js":"^1.2.1"},"browser":{"./lib/terminal-highlight":false,"source-map-js":false,"path":false,"url":false,"fs":false}}',
94846
94846
  );
94847
94847
  },
94848
94848
  };
@@ -94943,6 +94943,6 @@
94943
94943
  })();
94944
94944
  if (typeof __nccwpck_require__ !== "undefined")
94945
94945
  __nccwpck_require__.ab = __dirname + "/";
94946
- var __webpack_exports__ = __nccwpck_require__(9821);
94946
+ var __webpack_exports__ = __nccwpck_require__(1272);
94947
94947
  module.exports = __webpack_exports__;
94948
94948
  })();
@@ -4795,19 +4795,19 @@
4795
4795
  }
4796
4796
  });
4797
4797
  },
4798
- 599: (module, __unused_webpack_exports, __nccwpck_require__) => {
4798
+ 84: (module, __unused_webpack_exports, __nccwpck_require__) => {
4799
4799
  "use strict";
4800
- const loader = __nccwpck_require__(328);
4800
+ const loader = __nccwpck_require__(739);
4801
4801
  module.exports = loader.default;
4802
4802
  },
4803
- 328: (__unused_webpack_module, exports, __nccwpck_require__) => {
4803
+ 739: (__unused_webpack_module, exports, __nccwpck_require__) => {
4804
4804
  "use strict";
4805
4805
  Object.defineProperty(exports, "__esModule", { value: true });
4806
4806
  exports["default"] = void 0;
4807
4807
  var _url = _interopRequireDefault(__nccwpck_require__(310));
4808
4808
  var _path = _interopRequireDefault(__nccwpck_require__(17));
4809
- var _options = _interopRequireDefault(__nccwpck_require__(368));
4810
- var _utils = __nccwpck_require__(209);
4809
+ var _options = _interopRequireDefault(__nccwpck_require__(732));
4810
+ var _utils = __nccwpck_require__(813);
4811
4811
  function _interopRequireDefault(e) {
4812
4812
  return e && e.__esModule ? e : { default: e };
4813
4813
  }
@@ -4917,7 +4917,7 @@
4917
4917
  }
4918
4918
  var _default = (exports["default"] = loader);
4919
4919
  },
4920
- 209: (__unused_webpack_module, exports, __nccwpck_require__) => {
4920
+ 813: (__unused_webpack_module, exports, __nccwpck_require__) => {
4921
4921
  "use strict";
4922
4922
  Object.defineProperty(exports, "__esModule", { value: true });
4923
4923
  exports.errorFactory = errorFactory;
@@ -5577,7 +5577,7 @@
5577
5577
  "use strict";
5578
5578
  module.exports = require("url");
5579
5579
  },
5580
- 368: (module) => {
5580
+ 732: (module) => {
5581
5581
  "use strict";
5582
5582
  module.exports = JSON.parse(
5583
5583
  '{"title":"Sass Loader options","type":"object","properties":{"implementation":{"description":"The implementation of the sass to be used.","link":"https://github.com/webpack-contrib/sass-loader#implementation","anyOf":[{"type":"string"},{"type":"object"}]},"api":{"description":"Switch between old and modern API for `sass` (`Dart Sass`) and `Sass Embedded` implementations.","link":"https://github.com/webpack-contrib/sass-loader#sassoptions","enum":["legacy","modern","modern-compiler"]},"sassOptions":{"description":"Options for `node-sass` or `sass` (`Dart Sass`) implementation.","link":"https://github.com/webpack-contrib/sass-loader#sassoptions","anyOf":[{"type":"object","additionalProperties":true},{"instanceof":"Function"}]},"additionalData":{"description":"Prepends/Appends `Sass`/`SCSS` code before the actual entry file.","link":"https://github.com/webpack-contrib/sass-loader#additionaldata","anyOf":[{"type":"string"},{"instanceof":"Function"}]},"sourceMap":{"description":"Enables/Disables generation of source maps.","link":"https://github.com/webpack-contrib/sass-loader#sourcemap","type":"boolean"},"webpackImporter":{"description":"Enables/Disables default `webpack` importer.","link":"https://github.com/webpack-contrib/sass-loader#webpackimporter","type":"boolean"},"warnRuleAsWarning":{"description":"Treats the \'@warn\' rule as a webpack warning.","link":"https://github.com/webpack-contrib/sass-loader#warnruleaswarning","type":"boolean"}},"additionalProperties":false}',
@@ -5607,6 +5607,6 @@
5607
5607
  }
5608
5608
  if (typeof __nccwpck_require__ !== "undefined")
5609
5609
  __nccwpck_require__.ab = __dirname + "/";
5610
- var __webpack_exports__ = __nccwpck_require__(599);
5610
+ var __webpack_exports__ = __nccwpck_require__(84);
5611
5611
  module.exports = __webpack_exports__;
5612
5612
  })();
@@ -27,7 +27,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
27
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
28
  var chunkSplit_exports = {};
29
29
  __export(chunkSplit_exports, {
30
- addChunkSplitSupport: () => addChunkSplitSupport
30
+ applyChunkSplitConfig: () => applyChunkSplitConfig
31
31
  });
32
32
  module.exports = __toCommonJS(chunkSplit_exports);
33
33
  var import_node_assert = __toESM(require("node:assert"));
@@ -159,7 +159,7 @@ const SPLIT_STRATEGY_DISPATCHER = {
159
159
  "all-in-one": allInOne,
160
160
  "single-vendor": singleVendor
161
161
  };
162
- const addChunkSplitSupport = ({
162
+ const applyChunkSplitConfig = ({
163
163
  config,
164
164
  unpackConfig
165
165
  }) => {
@@ -183,5 +183,5 @@ const addChunkSplitSupport = ({
183
183
  };
184
184
  // Annotate the CommonJS export names for ESM import in node:
185
185
  0 && (module.exports = {
186
- addChunkSplitSupport
186
+ applyChunkSplitConfig
187
187
  });
@@ -1,5 +1,5 @@
1
1
  import type { BundlerConfiguration, UnpackConfig } from '../types/index';
2
- export declare const addChunkSplitSupport: ({ config, unpackConfig, }: {
2
+ export declare const applyChunkSplitConfig: ({ config, unpackConfig, }: {
3
3
  config: BundlerConfiguration;
4
4
  unpackConfig: UnpackConfig;
5
5
  }) => BundlerConfiguration;
@@ -1 +1 @@
1
- {"version":3,"file":"chunkSplit.d.ts","sourceRoot":"","sources":["../../src/bundler-config/chunkSplit.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,oBAAoB,EAKpB,YAAY,EACb,MAAM,iBAAiB,CAAA;AA4KxB,eAAO,MAAM,oBAAoB,8BAG9B;IACD,MAAM,EAAE,oBAAoB,CAAA;IAC5B,YAAY,EAAE,YAAY,CAAA;CAC3B,KAAG,oBAkBH,CAAA"}
1
+ {"version":3,"file":"chunkSplit.d.ts","sourceRoot":"","sources":["../../src/bundler-config/chunkSplit.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,oBAAoB,EAKpB,YAAY,EACb,MAAM,iBAAiB,CAAA;AA4KxB,eAAO,MAAM,qBAAqB,8BAG/B;IACD,MAAM,EAAE,oBAAoB,CAAA;IAC5B,YAAY,EAAE,YAAY,CAAA;CAC3B,KAAG,oBAkBH,CAAA"}
@@ -136,7 +136,7 @@ const SPLIT_STRATEGY_DISPATCHER = {
136
136
  "all-in-one": allInOne,
137
137
  "single-vendor": singleVendor
138
138
  };
139
- const addChunkSplitSupport = ({
139
+ const applyChunkSplitConfig = ({
140
140
  config,
141
141
  unpackConfig
142
142
  }) => {
@@ -159,5 +159,5 @@ const addChunkSplitSupport = ({
159
159
  return config;
160
160
  };
161
161
  export {
162
- addChunkSplitSupport
162
+ applyChunkSplitConfig
163
163
  };
@@ -27,7 +27,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
27
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
28
  var css_exports = {};
29
29
  __export(css_exports, {
30
- addCssSupport: () => addCssSupport
30
+ applyCssConfig: () => applyCssConfig
31
31
  });
32
32
  module.exports = __toCommonJS(css_exports);
33
33
  var import_node_path = __toESM(require("node:path"));
@@ -36,7 +36,7 @@ var import_mini_css_extract_plugin = __toESM(require("mini-css-extract-plugin"))
36
36
  var import_constants = require("../constants.cjs");
37
37
  var import_utils = require("../utils.cjs");
38
38
  var import_helper = require("./helper.cjs");
39
- function addCssSupport({
39
+ function applyCssConfig({
40
40
  config,
41
41
  unpackConfig
42
42
  }) {
@@ -163,5 +163,5 @@ function addCssSupport({
163
163
  }
164
164
  // Annotate the CommonJS export names for ESM import in node:
165
165
  0 && (module.exports = {
166
- addCssSupport
166
+ applyCssConfig
167
167
  });
@@ -1,5 +1,5 @@
1
1
  import type { BundlerConfiguration, UnpackConfig } from '../types/index';
2
- export declare function addCssSupport({ config, unpackConfig, }: {
2
+ export declare function applyCssConfig({ config, unpackConfig, }: {
3
3
  config: BundlerConfiguration;
4
4
  unpackConfig: UnpackConfig;
5
5
  }): BundlerConfiguration;
@@ -1 +1 @@
1
- {"version":3,"file":"css.d.ts","sourceRoot":"","sources":["../../src/bundler-config/css.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,oBAAoB,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAazE,wBAAgB,aAAa,CAAC,EAC5B,MAAM,EACN,YAAY,GACb,EAAE;IACD,MAAM,EAAE,oBAAoB,CAAA;IAC5B,YAAY,EAAE,YAAY,CAAA;CAC3B,GAAG,oBAAoB,CAkIvB"}
1
+ {"version":3,"file":"css.d.ts","sourceRoot":"","sources":["../../src/bundler-config/css.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,oBAAoB,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAazE,wBAAgB,cAAc,CAAC,EAC7B,MAAM,EACN,YAAY,GACb,EAAE;IACD,MAAM,EAAE,oBAAoB,CAAA;IAC5B,YAAY,EAAE,YAAY,CAAA;CAC3B,GAAG,oBAAoB,CAkIvB"}
@@ -28,7 +28,7 @@ import {
28
28
  mergeConfig
29
29
  } from "../utils.js";
30
30
  import { getOutputFilename } from "./helper.js";
31
- function addCssSupport({
31
+ function applyCssConfig({
32
32
  config,
33
33
  unpackConfig
34
34
  }) {
@@ -154,5 +154,5 @@ function addCssSupport({
154
154
  return config;
155
155
  }
156
156
  export {
157
- addCssSupport
157
+ applyCssConfig
158
158
  };
@@ -27,7 +27,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
27
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
28
  var experimentCss_exports = {};
29
29
  __export(experimentCss_exports, {
30
- addExperimentCssSupport: () => addExperimentCssSupport
30
+ applyExperimentCssConfig: () => applyExperimentCssConfig
31
31
  });
32
32
  module.exports = __toCommonJS(experimentCss_exports);
33
33
  var import_node_path = __toESM(require("node:path"));
@@ -35,7 +35,7 @@ var import_constants = require("../constants.cjs");
35
35
  var import_plugin = require("../typed-css-modules/plugin.cjs");
36
36
  var import_utils = require("../utils.cjs");
37
37
  var import_helper = require("./helper.cjs");
38
- function addExperimentCssSupport({
38
+ function applyExperimentCssConfig({
39
39
  config,
40
40
  unpackConfig
41
41
  }) {
@@ -162,5 +162,5 @@ function addExperimentCssSupport({
162
162
  }
163
163
  // Annotate the CommonJS export names for ESM import in node:
164
164
  0 && (module.exports = {
165
- addExperimentCssSupport
165
+ applyExperimentCssConfig
166
166
  });
@@ -1,5 +1,5 @@
1
1
  import type { BundlerConfiguration, UnpackConfig } from '../types/index';
2
- export declare function addExperimentCssSupport({ config, unpackConfig, }: {
2
+ export declare function applyExperimentCssConfig({ config, unpackConfig, }: {
3
3
  config: BundlerConfiguration;
4
4
  unpackConfig: UnpackConfig;
5
5
  }): BundlerConfiguration;