@unpackjs/core 1.7.6 → 1.7.8

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 (57) hide show
  1. package/compiled/css-loader/index.js +46 -46
  2. package/compiled/less-loader/index.js +8 -8
  3. package/compiled/line-diff/index.js +2 -2
  4. package/compiled/line-diff/license +1 -1
  5. package/compiled/line-diff/package.json +1 -1
  6. package/compiled/postcss-loader/index.js +11 -11
  7. package/compiled/sass-loader/index.js +14 -10
  8. package/compiled/sass-loader/package.json +1 -1
  9. package/compiled/style-loader/index.js +10 -10
  10. package/dist/bundler-config/chunkSplit.d.ts +1 -1
  11. package/dist/bundler-config/css.d.ts +1 -1
  12. package/dist/bundler-config/experimentCss.d.ts +1 -1
  13. package/dist/bundler-config/index.cjs +4 -4
  14. package/dist/bundler-config/index.d.ts +1 -1
  15. package/dist/bundler-config/index.js +5 -5
  16. package/dist/bundler-config/jsMinify.cjs +1 -1
  17. package/dist/bundler-config/jsMinify.js +1 -1
  18. package/dist/config.d.ts +1 -1
  19. package/dist/constants.cjs +15 -12
  20. package/dist/constants.d.ts +1 -0
  21. package/dist/constants.d.ts.map +1 -1
  22. package/dist/constants.js +8 -6
  23. package/dist/createUnpack.cjs +3 -3
  24. package/dist/createUnpack.js +3 -3
  25. package/dist/index.cjs +2 -2
  26. package/dist/lightningcss/loader.cjs +2 -2
  27. package/dist/lightningcss/loader.d.ts +1 -1
  28. package/dist/lightningcss/loader.d.ts.map +1 -1
  29. package/dist/lightningcss/loader.js +2 -2
  30. package/dist/lightningcss/minimizer.cjs +2 -2
  31. package/dist/lightningcss/minimizer.d.ts +1 -1
  32. package/dist/lightningcss/minimizer.d.ts.map +1 -1
  33. package/dist/lightningcss/minimizer.js +2 -2
  34. package/dist/logger.d.ts +1 -1
  35. package/dist/plugin-progress/rspack.d.ts +1 -1
  36. package/dist/plugin-progress/webpack.d.ts +1 -1
  37. package/dist/reporter.cjs +37 -27
  38. package/dist/reporter.d.ts.map +1 -1
  39. package/dist/reporter.js +37 -27
  40. package/dist/run/build.d.ts +1 -1
  41. package/dist/run/dev.cjs +1 -1
  42. package/dist/run/dev.d.ts +1 -1
  43. package/dist/run/dev.js +1 -1
  44. package/dist/typed-css-modules/loader.cjs +3 -3
  45. package/dist/typed-css-modules/loader.d.ts +1 -1
  46. package/dist/typed-css-modules/loader.js +4 -4
  47. package/dist/typed-css-modules/plugin.d.ts +1 -1
  48. package/dist/typed-css-modules/utils.d.ts +1 -1
  49. package/dist/types/config.d.ts +1 -1
  50. package/dist/types/config.d.ts.map +1 -1
  51. package/dist/utils.cjs +6 -6
  52. package/dist/utils.js +8 -8
  53. package/package.json +7 -7
  54. package/dist/lightningcss/cache.cjs +0 -44
  55. package/dist/lightningcss/cache.d.ts +0 -2
  56. package/dist/lightningcss/cache.d.ts.map +0 -1
  57. package/dist/lightningcss/cache.js +0 -12
@@ -1,22 +1,22 @@
1
1
  (() => {
2
2
  var __webpack_modules__ = {
3
- 9316: (module, __unused_webpack_exports, __nccwpck_require__) => {
3
+ 5374: (module, __unused_webpack_exports, __nccwpck_require__) => {
4
4
  "use strict";
5
- const loader = __nccwpck_require__(6282);
5
+ const loader = __nccwpck_require__(7764);
6
6
  module.exports = loader.default;
7
7
  module.exports.defaultGetLocalIdent =
8
- __nccwpck_require__(6395).defaultGetLocalIdent;
8
+ __nccwpck_require__(7661).defaultGetLocalIdent;
9
9
  },
10
- 6282: (__unused_webpack_module, exports, __nccwpck_require__) => {
10
+ 7764: (__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__(1940));
15
- var _package = _interopRequireDefault(__nccwpck_require__(9400));
15
+ var _package = _interopRequireDefault(__nccwpck_require__(2357));
16
16
  var _semver = __nccwpck_require__(5200);
17
- var _options = _interopRequireDefault(__nccwpck_require__(4791));
18
- var _plugins = __nccwpck_require__(1961);
19
- var _utils = __nccwpck_require__(6395);
17
+ var _options = _interopRequireDefault(__nccwpck_require__(173));
18
+ var _plugins = __nccwpck_require__(5563);
19
+ var _utils = __nccwpck_require__(7661);
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
- 1961: (__unused_webpack_module, exports, __nccwpck_require__) => {
246
+ 5563: (__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,22 @@
265
265
  },
266
266
  });
267
267
  var _postcssImportParser = _interopRequireDefault(
268
- __nccwpck_require__(6930),
268
+ __nccwpck_require__(9424),
269
269
  );
270
270
  var _postcssIcssParser = _interopRequireDefault(
271
- __nccwpck_require__(9771),
271
+ __nccwpck_require__(5893),
272
272
  );
273
- var _postcssUrlParser = _interopRequireDefault(__nccwpck_require__(8350));
273
+ var _postcssUrlParser = _interopRequireDefault(__nccwpck_require__(1348));
274
274
  function _interopRequireDefault(obj) {
275
275
  return obj && obj.__esModule ? obj : { default: obj };
276
276
  }
277
277
  },
278
- 9771: (__unused_webpack_module, exports, __nccwpck_require__) => {
278
+ 5893: (__unused_webpack_module, exports, __nccwpck_require__) => {
279
279
  "use strict";
280
280
  Object.defineProperty(exports, "__esModule", { value: true });
281
281
  exports["default"] = void 0;
282
- var _icssUtils = __nccwpck_require__(5032);
283
- var _utils = __nccwpck_require__(6395);
282
+ var _icssUtils = __nccwpck_require__(4531);
283
+ var _utils = __nccwpck_require__(7661);
284
284
  const plugin = (options = {}) => ({
285
285
  postcssPlugin: "postcss-icss-parser",
286
286
  async OnceExit(root) {
@@ -379,14 +379,14 @@
379
379
  plugin.postcss = true;
380
380
  var _default = (exports["default"] = plugin);
381
381
  },
382
- 6930: (__unused_webpack_module, exports, __nccwpck_require__) => {
382
+ 9424: (__unused_webpack_module, exports, __nccwpck_require__) => {
383
383
  "use strict";
384
384
  Object.defineProperty(exports, "__esModule", { value: true });
385
385
  exports["default"] = void 0;
386
386
  var _postcssValueParser = _interopRequireDefault(
387
387
  __nccwpck_require__(2948),
388
388
  );
389
- var _utils = __nccwpck_require__(6395);
389
+ var _utils = __nccwpck_require__(7661);
390
390
  function _interopRequireDefault(obj) {
391
391
  return obj && obj.__esModule ? obj : { default: obj };
392
392
  }
@@ -691,14 +691,14 @@
691
691
  plugin.postcss = true;
692
692
  var _default = (exports["default"] = plugin);
693
693
  },
694
- 8350: (__unused_webpack_module, exports, __nccwpck_require__) => {
694
+ 1348: (__unused_webpack_module, exports, __nccwpck_require__) => {
695
695
  "use strict";
696
696
  Object.defineProperty(exports, "__esModule", { value: true });
697
697
  exports["default"] = void 0;
698
698
  var _postcssValueParser = _interopRequireDefault(
699
699
  __nccwpck_require__(2948),
700
700
  );
701
- var _utils = __nccwpck_require__(6395);
701
+ var _utils = __nccwpck_require__(7661);
702
702
  function _interopRequireDefault(obj) {
703
703
  return obj && obj.__esModule ? obj : { default: obj };
704
704
  }
@@ -1041,7 +1041,7 @@
1041
1041
  plugin.postcss = true;
1042
1042
  var _default = (exports["default"] = plugin);
1043
1043
  },
1044
- 6395: (__unused_webpack_module, exports, __nccwpck_require__) => {
1044
+ 7661: (__unused_webpack_module, exports, __nccwpck_require__) => {
1045
1045
  "use strict";
1046
1046
  Object.defineProperty(exports, "__esModule", { value: true });
1047
1047
  exports.WEBPACK_IGNORE_COMMENT_REGEXP = void 0;
@@ -1074,16 +1074,16 @@
1074
1074
  var _url = __nccwpck_require__(7016);
1075
1075
  var _path = _interopRequireDefault(__nccwpck_require__(6928));
1076
1076
  var _postcssModulesValues = _interopRequireDefault(
1077
- __nccwpck_require__(7708),
1077
+ __nccwpck_require__(5267),
1078
1078
  );
1079
1079
  var _postcssModulesLocalByDefault = _interopRequireDefault(
1080
- __nccwpck_require__(2323),
1080
+ __nccwpck_require__(6764),
1081
1081
  );
1082
1082
  var _postcssModulesExtractImports = _interopRequireDefault(
1083
- __nccwpck_require__(2516),
1083
+ __nccwpck_require__(8137),
1084
1084
  );
1085
1085
  var _postcssModulesScope = _interopRequireDefault(
1086
- __nccwpck_require__(9591),
1086
+ __nccwpck_require__(9798),
1087
1087
  );
1088
1088
  function _interopRequireDefault(obj) {
1089
1089
  return obj && obj.__esModule ? obj : { default: obj };
@@ -2276,7 +2276,7 @@
2276
2276
  cssesc.version = "3.0.0";
2277
2277
  module.exports = cssesc;
2278
2278
  },
2279
- 4437: (module) => {
2279
+ 6918: (module) => {
2280
2280
  const createImports = (imports, postcss, mode = "rule") =>
2281
2281
  Object.keys(imports).map((path) => {
2282
2282
  const aliases = imports[path];
@@ -2328,7 +2328,7 @@
2328
2328
  ];
2329
2329
  module.exports = createICSSRules;
2330
2330
  },
2331
- 5687: (module) => {
2331
+ 6796: (module) => {
2332
2332
  const importPattern = /^:import\(("[^"]*"|'[^']*'|[^"']+)\)$/;
2333
2333
  const balancedQuotes = /^("[^"]*"|'[^']*'|[^"']+)$/;
2334
2334
  const getDeclsObject = (rule) => {
@@ -2386,11 +2386,11 @@
2386
2386
  };
2387
2387
  module.exports = extractICSS;
2388
2388
  },
2389
- 5032: (module, __unused_webpack_exports, __nccwpck_require__) => {
2390
- const replaceValueSymbols = __nccwpck_require__(6406);
2391
- const replaceSymbols = __nccwpck_require__(5575);
2392
- const extractICSS = __nccwpck_require__(5687);
2393
- const createICSSRules = __nccwpck_require__(4437);
2389
+ 4531: (module, __unused_webpack_exports, __nccwpck_require__) => {
2390
+ const replaceValueSymbols = __nccwpck_require__(8613);
2391
+ const replaceSymbols = __nccwpck_require__(1678);
2392
+ const extractICSS = __nccwpck_require__(6796);
2393
+ const createICSSRules = __nccwpck_require__(6918);
2394
2394
  module.exports = {
2395
2395
  replaceValueSymbols,
2396
2396
  replaceSymbols,
@@ -2398,8 +2398,8 @@
2398
2398
  createICSSRules,
2399
2399
  };
2400
2400
  },
2401
- 5575: (module, __unused_webpack_exports, __nccwpck_require__) => {
2402
- const replaceValueSymbols = __nccwpck_require__(6406);
2401
+ 1678: (module, __unused_webpack_exports, __nccwpck_require__) => {
2402
+ const replaceValueSymbols = __nccwpck_require__(8613);
2403
2403
  const replaceSymbols = (css, replacements) => {
2404
2404
  css.walk((node) => {
2405
2405
  if (node.type === "decl" && node.value) {
@@ -2422,7 +2422,7 @@
2422
2422
  };
2423
2423
  module.exports = replaceSymbols;
2424
2424
  },
2425
- 6406: (module) => {
2425
+ 8613: (module) => {
2426
2426
  const matchValueName = /[$]?[\w-]+/g;
2427
2427
  const replaceValueSymbols = (value, replacements) => {
2428
2428
  let matches;
@@ -2440,8 +2440,8 @@
2440
2440
  };
2441
2441
  module.exports = replaceValueSymbols;
2442
2442
  },
2443
- 2516: (module, __unused_webpack_exports, __nccwpck_require__) => {
2444
- const topologicalSort = __nccwpck_require__(8039);
2443
+ 8137: (module, __unused_webpack_exports, __nccwpck_require__) => {
2444
+ const topologicalSort = __nccwpck_require__(8886);
2445
2445
  const matchImports = /^(.+?)\s+from\s+(?:"([^"]+)"|'([^']+)'|(global))$/;
2446
2446
  const icssImport = /^:import\((?:"([^"]+)"|'([^']+)')\)/;
2447
2447
  const VISITED_MARKER = 1;
@@ -2587,7 +2587,7 @@
2587
2587
  };
2588
2588
  module.exports.postcss = true;
2589
2589
  },
2590
- 8039: (module) => {
2590
+ 8886: (module) => {
2591
2591
  const PERMANENT_MARKER = 2;
2592
2592
  const TEMPORARY_MARKER = 1;
2593
2593
  function createError(node, graph) {
@@ -2636,11 +2636,11 @@
2636
2636
  }
2637
2637
  module.exports = topologicalSort;
2638
2638
  },
2639
- 2323: (module, __unused_webpack_exports, __nccwpck_require__) => {
2639
+ 6764: (module, __unused_webpack_exports, __nccwpck_require__) => {
2640
2640
  "use strict";
2641
2641
  const selectorParser = __nccwpck_require__(862);
2642
2642
  const valueParser = __nccwpck_require__(2948);
2643
- const { extractICSS } = __nccwpck_require__(5032);
2643
+ const { extractICSS } = __nccwpck_require__(4531);
2644
2644
  const isSpacing = (node) =>
2645
2645
  node.type === "combinator" && node.value === " ";
2646
2646
  function normalizeNodeArray(nodes) {
@@ -3151,7 +3151,7 @@
3151
3151
  };
3152
3152
  module.exports.postcss = true;
3153
3153
  },
3154
- 9591: (module, __unused_webpack_exports, __nccwpck_require__) => {
3154
+ 9798: (module, __unused_webpack_exports, __nccwpck_require__) => {
3155
3155
  "use strict";
3156
3156
  const selectorParser = __nccwpck_require__(862);
3157
3157
  const hasOwnProperty = Object.prototype.hasOwnProperty;
@@ -3458,9 +3458,9 @@
3458
3458
  };
3459
3459
  module.exports = plugin;
3460
3460
  },
3461
- 7708: (module, __unused_webpack_exports, __nccwpck_require__) => {
3461
+ 5267: (module, __unused_webpack_exports, __nccwpck_require__) => {
3462
3462
  "use strict";
3463
- const ICSSUtils = __nccwpck_require__(5032);
3463
+ const ICSSUtils = __nccwpck_require__(4531);
3464
3464
  const matchImports =
3465
3465
  /^(.+?|\([\s\S]+?\))\s+from\s+("[^"]*"|'[^']*'|[\w-]+)$/;
3466
3466
  const matchValueDefinition = /(?:\s+|^)([\w-]+):?(.*?)$/;
@@ -7964,16 +7964,16 @@
7964
7964
  "use strict";
7965
7965
  module.exports = require("util");
7966
7966
  },
7967
- 4791: (module) => {
7967
+ 173: (module) => {
7968
7968
  "use strict";
7969
7969
  module.exports = JSON.parse(
7970
7970
  '{"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
7971
  );
7972
7972
  },
7973
- 9400: (module) => {
7973
+ 2357: (module) => {
7974
7974
  "use strict";
7975
7975
  module.exports = JSON.parse(
7976
- '{"name":"postcss","version":"8.5.2","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.8","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}}',
7976
+ '{"name":"postcss","version":"8.5.3","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.8","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
7977
  );
7978
7978
  },
7979
7979
  };
@@ -7999,6 +7999,6 @@
7999
7999
  }
8000
8000
  if (typeof __nccwpck_require__ !== "undefined")
8001
8001
  __nccwpck_require__.ab = __dirname + "/";
8002
- var __webpack_exports__ = __nccwpck_require__(9316);
8002
+ var __webpack_exports__ = __nccwpck_require__(5374);
8003
8003
  module.exports = __webpack_exports__;
8004
8004
  })();
@@ -1,16 +1,16 @@
1
1
  (() => {
2
2
  "use strict";
3
3
  var __webpack_modules__ = {
4
- 755: (module, __unused_webpack_exports, __nccwpck_require__) => {
5
- module.exports = __nccwpck_require__(61)["default"];
4
+ 897: (module, __unused_webpack_exports, __nccwpck_require__) => {
5
+ module.exports = __nccwpck_require__(531)["default"];
6
6
  },
7
- 61: (__unused_webpack_module, exports, __nccwpck_require__) => {
7
+ 531: (__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__(928));
12
- var _options = _interopRequireDefault(__nccwpck_require__(416));
13
- var _utils = __nccwpck_require__(408);
12
+ var _options = _interopRequireDefault(__nccwpck_require__(226));
13
+ var _utils = __nccwpck_require__(254);
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
- 408: (__unused_webpack_module, exports, __nccwpck_require__) => {
115
+ 254: (__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
  928: (module) => {
308
308
  module.exports = require("path");
309
309
  },
310
- 416: (module) => {
310
+ 226: (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__(755);
338
+ var __webpack_exports__ = __nccwpck_require__(897);
339
339
  module.exports = __webpack_exports__;
340
340
  })();
@@ -35,7 +35,7 @@
35
35
  return d[n][m];
36
36
  };
37
37
  },
38
- 220: (module, __unused_webpack_exports, __nccwpck_require__) => {
38
+ 83: (module, __unused_webpack_exports, __nccwpck_require__) => {
39
39
  "use strict";
40
40
  var _createClass = (function () {
41
41
  function defineProperties(target, props) {
@@ -155,6 +155,6 @@
155
155
  }
156
156
  if (typeof __nccwpck_require__ !== "undefined")
157
157
  __nccwpck_require__.ab = __dirname + "/";
158
- var __webpack_exports__ = __nccwpck_require__(220);
158
+ var __webpack_exports__ = __nccwpck_require__(83);
159
159
  module.exports = __webpack_exports__;
160
160
  })();
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2015-20 Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)
3
+ Copyright (c) 2015-25 Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1 +1 @@
1
- {"name":"line-diff","author":"Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)","version":"2.1.1","license":"MIT","types":"index.d.ts","type":"commonjs"}
1
+ {"name":"line-diff","author":"Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)","version":"2.1.2","license":"MIT","types":"index.d.ts","type":"commonjs"}
@@ -91805,19 +91805,19 @@
91805
91805
  module.exports = createColors();
91806
91806
  module.exports.createColors = createColors;
91807
91807
  },
91808
- 5707: (module, __unused_webpack_exports, __nccwpck_require__) => {
91808
+ 7214: (module, __unused_webpack_exports, __nccwpck_require__) => {
91809
91809
  "use strict";
91810
- module.exports = __nccwpck_require__(4181)["default"];
91810
+ module.exports = __nccwpck_require__(1428)["default"];
91811
91811
  },
91812
- 4181: (__unused_webpack_module, exports, __nccwpck_require__) => {
91812
+ 1428: (__unused_webpack_module, exports, __nccwpck_require__) => {
91813
91813
  "use strict";
91814
91814
  var __webpack_unused_export__;
91815
91815
  __webpack_unused_export__ = { value: true };
91816
91816
  exports["default"] = loader;
91817
91817
  var _path = _interopRequireDefault(__nccwpck_require__(6928));
91818
- var _package = _interopRequireDefault(__nccwpck_require__(9400));
91819
- var _options = _interopRequireDefault(__nccwpck_require__(2656));
91820
- var _utils = __nccwpck_require__(4192);
91818
+ var _package = _interopRequireDefault(__nccwpck_require__(2357));
91819
+ var _options = _interopRequireDefault(__nccwpck_require__(4285));
91820
+ var _utils = __nccwpck_require__(9581);
91821
91821
  function _interopRequireDefault(obj) {
91822
91822
  return obj && obj.__esModule ? obj : { default: obj };
91823
91823
  }
@@ -91995,7 +91995,7 @@
91995
91995
  callback(null, result.css, map, { ast });
91996
91996
  }
91997
91997
  },
91998
- 4192: (module, exports, __nccwpck_require__) => {
91998
+ 9581: (module, exports, __nccwpck_require__) => {
91999
91999
  "use strict";
92000
92000
  module = __nccwpck_require__.nmd(module);
92001
92001
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -93117,16 +93117,16 @@
93117
93117
  return keywords.has(word);
93118
93118
  }
93119
93119
  },
93120
- 2656: (module) => {
93120
+ 4285: (module) => {
93121
93121
  "use strict";
93122
93122
  module.exports = JSON.parse(
93123
93123
  '{"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}',
93124
93124
  );
93125
93125
  },
93126
- 9400: (module) => {
93126
+ 2357: (module) => {
93127
93127
  "use strict";
93128
93128
  module.exports = JSON.parse(
93129
- '{"name":"postcss","version":"8.5.2","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.8","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}}',
93129
+ '{"name":"postcss","version":"8.5.3","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.8","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}}',
93130
93130
  );
93131
93131
  },
93132
93132
  };
@@ -93227,6 +93227,6 @@
93227
93227
  })();
93228
93228
  if (typeof __nccwpck_require__ !== "undefined")
93229
93229
  __nccwpck_require__.ab = __dirname + "/";
93230
- var __webpack_exports__ = __nccwpck_require__(5707);
93230
+ var __webpack_exports__ = __nccwpck_require__(7214);
93231
93231
  module.exports = __webpack_exports__;
93232
93232
  })();
@@ -4795,19 +4795,19 @@
4795
4795
  }
4796
4796
  });
4797
4797
  },
4798
- 255: (module, __unused_webpack_exports, __nccwpck_require__) => {
4798
+ 666: (module, __unused_webpack_exports, __nccwpck_require__) => {
4799
4799
  "use strict";
4800
- const loader = __nccwpck_require__(1);
4800
+ const loader = __nccwpck_require__(88);
4801
4801
  module.exports = loader.default;
4802
4802
  },
4803
- 1: (__unused_webpack_module, exports, __nccwpck_require__) => {
4803
+ 88: (__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__(16));
4808
4808
  var _path = _interopRequireDefault(__nccwpck_require__(928));
4809
- var _options = _interopRequireDefault(__nccwpck_require__(956));
4810
- var _utils = __nccwpck_require__(364);
4809
+ var _options = _interopRequireDefault(__nccwpck_require__(441));
4810
+ var _utils = __nccwpck_require__(201);
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
- 364: (__unused_webpack_module, exports, __nccwpck_require__) => {
4920
+ 201: (__unused_webpack_module, exports, __nccwpck_require__) => {
4921
4921
  "use strict";
4922
4922
  Object.defineProperty(exports, "__esModule", { value: true });
4923
4923
  exports.errorFactory = errorFactory;
@@ -5186,7 +5186,7 @@
5186
5186
  }
5187
5187
  const extension = _path.default.extname(request).toLowerCase();
5188
5188
  if (extension === ".css") {
5189
- return [];
5189
+ return fromImport ? [] : [url];
5190
5190
  }
5191
5191
  const dirname = _path.default.dirname(request);
5192
5192
  const normalizedDirname = dirname === "." ? "" : `${dirname}/`;
@@ -5438,7 +5438,11 @@
5438
5438
  );
5439
5439
  return function importer(originalUrl, prev, done) {
5440
5440
  const { fromImport } = this;
5441
- resolve(prev, originalUrl, fromImport)
5441
+ resolve(
5442
+ prev,
5443
+ originalUrl,
5444
+ typeof fromImport === "undefined" ? true : fromImport,
5445
+ )
5442
5446
  .then((result) => {
5443
5447
  loaderContext.addDependency(_path.default.normalize(result));
5444
5448
  done({ file: result.replace(MATCH_CSS, "") });
@@ -5578,7 +5582,7 @@
5578
5582
  "use strict";
5579
5583
  module.exports = require("url");
5580
5584
  },
5581
- 956: (module) => {
5585
+ 441: (module) => {
5582
5586
  "use strict";
5583
5587
  module.exports = JSON.parse(
5584
5588
  '{"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}',
@@ -5608,6 +5612,6 @@
5608
5612
  }
5609
5613
  if (typeof __nccwpck_require__ !== "undefined")
5610
5614
  __nccwpck_require__.ab = __dirname + "/";
5611
- var __webpack_exports__ = __nccwpck_require__(255);
5615
+ var __webpack_exports__ = __nccwpck_require__(666);
5612
5616
  module.exports = __webpack_exports__;
5613
5617
  })();
@@ -1 +1 @@
1
- {"name":"sass-loader","author":"J. Tangelder","version":"16.0.4","funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"license":"MIT","types":"index.d.ts","type":"commonjs"}
1
+ {"name":"sass-loader","author":"J. Tangelder","version":"16.0.5","funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"license":"MIT","types":"index.d.ts","type":"commonjs"}
@@ -1,16 +1,16 @@
1
1
  (() => {
2
2
  "use strict";
3
3
  var __webpack_modules__ = {
4
- 750: (module, __unused_webpack_exports, __nccwpck_require__) => {
5
- const loader = __nccwpck_require__(988);
4
+ 164: (module, __unused_webpack_exports, __nccwpck_require__) => {
5
+ const loader = __nccwpck_require__(330);
6
6
  module.exports = loader.default;
7
7
  },
8
- 988: (__unused_webpack_module, exports, __nccwpck_require__) => {
8
+ 330: (__unused_webpack_module, exports, __nccwpck_require__) => {
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports["default"] = void 0;
11
11
  var _path = _interopRequireDefault(__nccwpck_require__(928));
12
- var _utils = __nccwpck_require__(77);
13
- var _options = _interopRequireDefault(__nccwpck_require__(549));
12
+ var _utils = __nccwpck_require__(523);
13
+ var _options = _interopRequireDefault(__nccwpck_require__(151));
14
14
  function _interopRequireDefault(obj) {
15
15
  return obj && obj.__esModule ? obj : { default: obj };
16
16
  }
@@ -95,7 +95,7 @@
95
95
  };
96
96
  var _default = (exports["default"] = loader);
97
97
  },
98
- 335: (module) => {
98
+ 149: (module) => {
99
99
  function isEqualLocals(a, b, isNamedExport) {
100
100
  if ((!a && b) || (a && !b)) {
101
101
  return false;
@@ -121,7 +121,7 @@
121
121
  }
122
122
  module.exports = isEqualLocals;
123
123
  },
124
- 77: (__unused_webpack_module, exports, __nccwpck_require__) => {
124
+ 523: (__unused_webpack_module, exports, __nccwpck_require__) => {
125
125
  Object.defineProperty(exports, "__esModule", { value: true });
126
126
  exports.getExportLazyStyleCode = getExportLazyStyleCode;
127
127
  exports.getExportStyleCode = getExportStyleCode;
@@ -142,7 +142,7 @@
142
142
  exports.getdomAPI = getdomAPI;
143
143
  exports.stringifyRequest = stringifyRequest;
144
144
  var _path = _interopRequireDefault(__nccwpck_require__(928));
145
- var _isEqualLocals = _interopRequireDefault(__nccwpck_require__(335));
145
+ var _isEqualLocals = _interopRequireDefault(__nccwpck_require__(149));
146
146
  function _interopRequireDefault(obj) {
147
147
  return obj && obj.__esModule ? obj : { default: obj };
148
148
  }
@@ -337,7 +337,7 @@
337
337
  928: (module) => {
338
338
  module.exports = require("path");
339
339
  },
340
- 549: (module) => {
340
+ 151: (module) => {
341
341
  module.exports = JSON.parse(
342
342
  '{"title":"Style Loader options","type":"object","properties":{"injectType":{"description":"Allows to setup how styles will be injected into DOM.","link":"https://github.com/webpack-contrib/style-loader#injecttype","enum":["styleTag","singletonStyleTag","autoStyleTag","lazyStyleTag","lazySingletonStyleTag","lazyAutoStyleTag","linkTag"]},"attributes":{"description":"Adds custom attributes to tag.","link":"https://github.com/webpack-contrib/style-loader#attributes","type":"object"},"insert":{"description":"Inserts `<style>`/`<link>` at the given position.","link":"https://github.com/webpack-contrib/style-loader#insert","type":"string"},"base":{"description":"Sets module ID base for DLLPlugin.","link":"https://github.com/webpack-contrib/style-loader#base","type":"number"},"esModule":{"description":"Use the ES modules syntax.","link":"https://github.com/webpack-contrib/css-loader#esmodule","type":"boolean"},"styleTagTransform":{"description":"Transform tag and css when insert \'style\' tag into the DOM","link":"https://github.com/webpack-contrib/style-loader#styleTagTransform","type":"string"}},"additionalProperties":false}',
343
343
  );
@@ -365,6 +365,6 @@
365
365
  }
366
366
  if (typeof __nccwpck_require__ !== "undefined")
367
367
  __nccwpck_require__.ab = __dirname + "/";
368
- var __webpack_exports__ = __nccwpck_require__(750);
368
+ var __webpack_exports__ = __nccwpck_require__(164);
369
369
  module.exports = __webpack_exports__;
370
370
  })();
@@ -1,4 +1,4 @@
1
- import type { BundlerConfiguration, UnpackConfig } from 'src/types/index';
1
+ import type { BundlerConfiguration, UnpackConfig } from '../types/index';
2
2
  export declare const applyChunkSplitConfig: ({ config, unpackConfig, }: {
3
3
  config: BundlerConfiguration;
4
4
  unpackConfig: UnpackConfig;
@@ -1,4 +1,4 @@
1
- import type { BundlerConfiguration, UnpackConfig } from 'src/types/index';
1
+ import type { BundlerConfiguration, UnpackConfig } from '../types/index';
2
2
  export declare function applyCssConfig({ config, unpackConfig, }: {
3
3
  config: BundlerConfiguration;
4
4
  unpackConfig: UnpackConfig;
@@ -1,4 +1,4 @@
1
- import type { BundlerConfiguration, UnpackConfig } from 'src/types/index';
1
+ import type { BundlerConfiguration, UnpackConfig } from '../types/index';
2
2
  export declare function applyExperimentCssConfig({ config, unpackConfig, }: {
3
3
  config: BundlerConfiguration;
4
4
  unpackConfig: UnpackConfig;