@unpackjs/core 4.1.0 → 4.2.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.
@@ -1,24 +1,24 @@
1
1
  (() => {
2
2
  var __webpack_modules__ = {
3
- 588: (module, __unused_webpack_exports, __nccwpck_require__) => {
3
+ 5788: (module, __unused_webpack_exports, __nccwpck_require__) => {
4
4
  "use strict";
5
- const loader = __nccwpck_require__(8674);
5
+ const loader = __nccwpck_require__(9410);
6
6
  module.exports = loader.default;
7
7
  module.exports.defaultGetLocalIdent =
8
- __nccwpck_require__(8867).defaultGetLocalIdent;
8
+ __nccwpck_require__(4643).defaultGetLocalIdent;
9
9
  },
10
- 8674: (__unused_webpack_module, exports, __nccwpck_require__) => {
10
+ 9410: (__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
15
  var _package = _interopRequireDefault(__nccwpck_require__(444));
16
16
  var _semver = __nccwpck_require__(5200);
17
- var _options = _interopRequireDefault(__nccwpck_require__(2824));
18
- var _plugins = __nccwpck_require__(945);
19
- var _utils = __nccwpck_require__(8867);
20
- function _interopRequireDefault(obj) {
21
- return obj && obj.__esModule ? obj : { default: obj };
17
+ var _options = _interopRequireDefault(__nccwpck_require__(2204));
18
+ var _plugins = __nccwpck_require__(3153);
19
+ var _utils = __nccwpck_require__(4643);
20
+ function _interopRequireDefault(e) {
21
+ return e && e.__esModule ? e : { default: e };
22
22
  }
23
23
  async function loader(content, map, meta) {
24
24
  const rawOptions = this.getOptions(_options.default);
@@ -243,7 +243,7 @@
243
243
  callback(null, `${importCode}${moduleCode}${exportCode}`);
244
244
  }
245
245
  },
246
- 945: (__unused_webpack_module, exports, __nccwpck_require__) => {
246
+ 3153: (__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__(762),
268
+ __nccwpck_require__(8170),
269
269
  );
270
270
  var _postcssIcssParser = _interopRequireDefault(
271
- __nccwpck_require__(2691),
271
+ __nccwpck_require__(6451),
272
272
  );
273
- var _postcssUrlParser = _interopRequireDefault(__nccwpck_require__(9222));
274
- function _interopRequireDefault(obj) {
275
- return obj && obj.__esModule ? obj : { default: obj };
273
+ var _postcssUrlParser = _interopRequireDefault(__nccwpck_require__(6246));
274
+ function _interopRequireDefault(e) {
275
+ return e && e.__esModule ? e : { default: e };
276
276
  }
277
277
  },
278
- 2691: (__unused_webpack_module, exports, __nccwpck_require__) => {
278
+ 6451: (__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
282
  var _icssUtils = __nccwpck_require__(229);
283
- var _utils = __nccwpck_require__(8867);
283
+ var _utils = __nccwpck_require__(4643);
284
284
  const plugin = (options = {}) => ({
285
285
  postcssPlugin: "postcss-icss-parser",
286
286
  async OnceExit(root) {
@@ -379,16 +379,16 @@
379
379
  plugin.postcss = true;
380
380
  var _default = (exports["default"] = plugin);
381
381
  },
382
- 762: (__unused_webpack_module, exports, __nccwpck_require__) => {
382
+ 8170: (__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__(5245),
388
388
  );
389
- var _utils = __nccwpck_require__(8867);
390
- function _interopRequireDefault(obj) {
391
- return obj && obj.__esModule ? obj : { default: obj };
389
+ var _utils = __nccwpck_require__(4643);
390
+ function _interopRequireDefault(e) {
391
+ return e && e.__esModule ? e : { default: e };
392
392
  }
393
393
  function isIgnoredAfterName(atRule) {
394
394
  if (
@@ -691,16 +691,16 @@
691
691
  plugin.postcss = true;
692
692
  var _default = (exports["default"] = plugin);
693
693
  },
694
- 9222: (__unused_webpack_module, exports, __nccwpck_require__) => {
694
+ 6246: (__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__(5245),
700
700
  );
701
- var _utils = __nccwpck_require__(8867);
702
- function _interopRequireDefault(obj) {
703
- return obj && obj.__esModule ? obj : { default: obj };
701
+ var _utils = __nccwpck_require__(4643);
702
+ function _interopRequireDefault(e) {
703
+ return e && e.__esModule ? e : { default: e };
704
704
  }
705
705
  const isUrlFunc = /url/i;
706
706
  const isImageSetFunc = /^(?:-webkit-)?image-set$/i;
@@ -1041,7 +1041,7 @@
1041
1041
  plugin.postcss = true;
1042
1042
  var _default = (exports["default"] = plugin);
1043
1043
  },
1044
- 8867: (__unused_webpack_module, exports, __nccwpck_require__) => {
1044
+ 4643: (__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;
@@ -1085,8 +1085,8 @@
1085
1085
  var _postcssModulesScope = _interopRequireDefault(
1086
1086
  __nccwpck_require__(8519),
1087
1087
  );
1088
- function _interopRequireDefault(obj) {
1089
- return obj && obj.__esModule ? obj : { default: obj };
1088
+ function _interopRequireDefault(e) {
1089
+ return e && e.__esModule ? e : { default: e };
1090
1090
  }
1091
1091
  const WEBPACK_IGNORE_COMMENT_REGEXP =
1092
1092
  (exports.WEBPACK_IGNORE_COMMENT_REGEXP =
@@ -1308,8 +1308,10 @@
1308
1308
  }
1309
1309
  let localIdentHash = "";
1310
1310
  for (let tier = 0; localIdentHash.length < hashDigestLength; tier++) {
1311
- const hash =
1312
- loaderContext._compiler.webpack.util.createHash(hashFunction);
1311
+ const hash = (
1312
+ loaderContext.utils.createHash ||
1313
+ loaderContext._compiler.webpack.util.createHash
1314
+ )(hashFunction);
1313
1315
  if (hashSalt) {
1314
1316
  hash.update(hashSalt);
1315
1317
  }
@@ -1448,7 +1450,6 @@
1448
1450
  rawModulesOptions = rawOptions.modules;
1449
1451
  ({ auto } = rawModulesOptions);
1450
1452
  }
1451
- const { outputOptions } = loaderContext._compilation;
1452
1453
  const needNamedExport =
1453
1454
  exportType === "css-style-sheet" || exportType === "string";
1454
1455
  const namedExport =
@@ -1467,10 +1468,18 @@
1467
1468
  exportGlobals: false,
1468
1469
  localIdentName: "[hash:base64]",
1469
1470
  localIdentContext: loaderContext.rootContext,
1470
- localIdentHashSalt: outputOptions.hashSalt,
1471
- localIdentHashFunction: outputOptions.hashFunction,
1472
- localIdentHashDigest: outputOptions.hashDigest,
1473
- localIdentHashDigestLength: outputOptions.hashDigestLength,
1471
+ localIdentHashSalt:
1472
+ loaderContext.hashSalt ||
1473
+ loaderContext._compilation.outputOptions.hashSalt,
1474
+ localIdentHashFunction:
1475
+ loaderContext.hashFunction ||
1476
+ loaderContext._compilation.outputOptions.hashFunction,
1477
+ localIdentHashDigest:
1478
+ loaderContext.hashDigest ||
1479
+ loaderContext._compilation.outputOptions.hashDigest,
1480
+ localIdentHashDigestLength:
1481
+ loaderContext.hashDigestLength ||
1482
+ loaderContext._compilation.outputOptions.hashDigestLength,
1474
1483
  localIdentRegExp: undefined,
1475
1484
  getLocalIdent: undefined,
1476
1485
  exportOnlyLocals: false,
@@ -1972,6 +1981,7 @@
1972
1981
  "volatile",
1973
1982
  "while",
1974
1983
  "with",
1984
+ "module",
1975
1985
  ]);
1976
1986
  function getExportCode(
1977
1987
  exports,
@@ -5952,7 +5962,6 @@
5952
5962
  for (
5953
5963
  var _iterator = _createForOfIteratorHelperLoose(this.nodes), _step;
5954
5964
  !(_step = _iterator()).done;
5955
-
5956
5965
  ) {
5957
5966
  var node = _step.value;
5958
5967
  node.parent = undefined;
@@ -8086,10 +8095,10 @@
8086
8095
  "use strict";
8087
8096
  module.exports = require("util");
8088
8097
  },
8089
- 2824: (module) => {
8098
+ 2204: (module) => {
8090
8099
  "use strict";
8091
8100
  module.exports = JSON.parse(
8092
- '{"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"}',
8101
+ '{"title":"CSS Loader options","additionalProperties":false,"properties":{"url":{"description":"Allows to enables/disables `url()`/`image-set()` functions handling.","link":"https://github.com/webpack/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/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/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/css-loader#auto","anyOf":[{"instanceof":"RegExp"},{"instanceof":"Function"},{"type":"boolean"}]},"mode":{"description":"Setup `mode` option.","link":"https://github.com/webpack/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/css-loader#localidentname","type":"string","minLength":1},"localIdentContext":{"description":"Allows to redefine basic loader context for local ident name.","link":"https://github.com/webpack/css-loader#localidentcontext","type":"string","minLength":1},"localIdentHashSalt":{"description":"Allows to add custom hash to generate more unique classes.","link":"https://github.com/webpack/css-loader#localidenthashsalt","type":"string","minLength":1},"localIdentHashFunction":{"description":"Allows to specify hash function to generate classes.","link":"https://github.com/webpack/css-loader#localidenthashfunction","type":"string","minLength":1},"localIdentHashDigest":{"description":"Allows to specify hash digest to generate classes.","link":"https://github.com/webpack/css-loader#localidenthashdigest","type":"string","minLength":1},"localIdentHashDigestLength":{"description":"Allows to specify hash digest length to generate classes.","link":"https://github.com/webpack/css-loader#localidenthashdigestlength","type":"number"},"hashStrategy":{"description":"Allows to specify should localName be used when computing the hash.","link":"https://github.com/webpack/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/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/css-loader#getlocalident","instanceof":"Function"},"namedExport":{"description":"Enables/disables ES modules named export for locals.","link":"https://github.com/webpack/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/css-loader#exportglobals","type":"boolean"},"exportLocalsConvention":{"description":"Style of exported classnames.","link":"https://github.com/webpack/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/css-loader#exportonlylocals","type":"boolean"},"getJSON":{"description":"Allows outputting of CSS modules mapping through a callback.","link":"https://github.com/webpack/css-loader#getJSON","instanceof":"Function"}}}]},"sourceMap":{"description":"Allows to enable/disable source maps.","link":"https://github.com/webpack/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/css-loader#importloaders","anyOf":[{"type":"boolean"},{"type":"string"},{"type":"integer"}]},"esModule":{"description":"Use the ES modules syntax.","link":"https://github.com/webpack/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/css-loader#exporttype","enum":["array","string","css-style-sheet"]}},"type":"object"}',
8093
8102
  );
8094
8103
  },
8095
8104
  444: (module) => {
@@ -8121,6 +8130,6 @@
8121
8130
  }
8122
8131
  if (typeof __nccwpck_require__ !== "undefined")
8123
8132
  __nccwpck_require__.ab = __dirname + "/";
8124
- var __webpack_exports__ = __nccwpck_require__(588);
8133
+ var __webpack_exports__ = __nccwpck_require__(5788);
8125
8134
  module.exports = __webpack_exports__;
8126
8135
  })();
@@ -1 +1 @@
1
- {"name":"css-loader","author":"Tobias Koppers @sokra","version":"7.1.2","funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"license":"MIT","types":"index.d.ts","type":"commonjs"}
1
+ {"name":"css-loader","author":"Tobias Koppers @sokra","version":"7.1.3","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
- 392: (module, __unused_webpack_exports, __nccwpck_require__) => {
5
- module.exports = __nccwpck_require__(590)["default"];
4
+ 265: (module, __unused_webpack_exports, __nccwpck_require__) => {
5
+ module.exports = __nccwpck_require__(939)["default"];
6
6
  },
7
- 590: (__unused_webpack_module, exports, __nccwpck_require__) => {
7
+ 939: (__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__(460));
13
- var _utils = __nccwpck_require__(383);
12
+ var _options = _interopRequireDefault(__nccwpck_require__(601));
13
+ var _utils = __nccwpck_require__(174);
14
14
  function _interopRequireDefault(e) {
15
15
  return e && e.__esModule ? e : { default: e };
16
16
  }
@@ -112,7 +112,7 @@
112
112
  }
113
113
  var _default = (exports["default"] = lessLoader);
114
114
  },
115
- 383: (__unused_webpack_module, exports, __nccwpck_require__) => {
115
+ 174: (__unused_webpack_module, exports, __nccwpck_require__) => {
116
116
  Object.defineProperty(exports, "__esModule", { value: true });
117
117
  exports.errorFactory = errorFactory;
118
118
  exports.getLessImplementation = getLessImplementation;
@@ -312,7 +312,7 @@
312
312
  928: (module) => {
313
313
  module.exports = require("path");
314
314
  },
315
- 460: (module) => {
315
+ 601: (module) => {
316
316
  module.exports = JSON.parse(
317
317
  '{"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","anyOf":[{"type":"boolean"},{"type":"string","enum":["only"]}]},"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}',
318
318
  );
@@ -340,6 +340,6 @@
340
340
  }
341
341
  if (typeof __nccwpck_require__ !== "undefined")
342
342
  __nccwpck_require__.ab = __dirname + "/";
343
- var __webpack_exports__ = __nccwpck_require__(392);
343
+ var __webpack_exports__ = __nccwpck_require__(265);
344
344
  module.exports = __webpack_exports__;
345
345
  })();
@@ -5319,19 +5319,19 @@
5319
5319
  module.exports = createColors();
5320
5320
  module.exports.createColors = createColors;
5321
5321
  },
5322
- 1678: (module, __unused_webpack_exports, __nccwpck_require__) => {
5322
+ 6725: (module, __unused_webpack_exports, __nccwpck_require__) => {
5323
5323
  "use strict";
5324
- module.exports = __nccwpck_require__(4)["default"];
5324
+ module.exports = __nccwpck_require__(3103)["default"];
5325
5325
  },
5326
- 4: (__unused_webpack_module, exports, __nccwpck_require__) => {
5326
+ 3103: (__unused_webpack_module, exports, __nccwpck_require__) => {
5327
5327
  "use strict";
5328
5328
  var __webpack_unused_export__;
5329
5329
  __webpack_unused_export__ = { value: true };
5330
5330
  exports["default"] = loader;
5331
5331
  var _nodePath = _interopRequireDefault(__nccwpck_require__(6760));
5332
5332
  var _package = _interopRequireDefault(__nccwpck_require__(444));
5333
- var _options = _interopRequireDefault(__nccwpck_require__(5288));
5334
- var _utils = __nccwpck_require__(2829);
5333
+ var _options = _interopRequireDefault(__nccwpck_require__(8699));
5334
+ var _utils = __nccwpck_require__(8458);
5335
5335
  function _interopRequireDefault(e) {
5336
5336
  return e && e.__esModule ? e : { default: e };
5337
5337
  }
@@ -5509,7 +5509,7 @@
5509
5509
  callback(null, result.css, map, { ast });
5510
5510
  }
5511
5511
  },
5512
- 2829: (module, exports, __nccwpck_require__) => {
5512
+ 8458: (module, exports, __nccwpck_require__) => {
5513
5513
  "use strict";
5514
5514
  module = __nccwpck_require__.nmd(module);
5515
5515
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -6617,7 +6617,7 @@
6617
6617
  return keywords.has(word);
6618
6618
  }
6619
6619
  },
6620
- 5288: (module) => {
6620
+ 8699: (module) => {
6621
6621
  "use strict";
6622
6622
  module.exports = JSON.parse(
6623
6623
  '{"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}',
@@ -6727,6 +6727,6 @@
6727
6727
  })();
6728
6728
  if (typeof __nccwpck_require__ !== "undefined")
6729
6729
  __nccwpck_require__.ab = __dirname + "/";
6730
- var __webpack_exports__ = __nccwpck_require__(1678);
6730
+ var __webpack_exports__ = __nccwpck_require__(6725);
6731
6731
  module.exports = __webpack_exports__;
6732
6732
  })();
@@ -4795,19 +4795,19 @@
4795
4795
  }
4796
4796
  });
4797
4797
  },
4798
- 308: (module, __unused_webpack_exports, __nccwpck_require__) => {
4798
+ 477: (module, __unused_webpack_exports, __nccwpck_require__) => {
4799
4799
  "use strict";
4800
- const loader = __nccwpck_require__(34);
4800
+ const loader = __nccwpck_require__(431);
4801
4801
  module.exports = loader.default;
4802
4802
  },
4803
- 34: (__unused_webpack_module, exports, __nccwpck_require__) => {
4803
+ 431: (__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 _nodePath = _interopRequireDefault(__nccwpck_require__(760));
4808
4808
  var _nodeUrl = _interopRequireDefault(__nccwpck_require__(136));
4809
- var _options = _interopRequireDefault(__nccwpck_require__(28));
4810
- var _utils = __nccwpck_require__(115);
4809
+ var _options = _interopRequireDefault(__nccwpck_require__(985));
4810
+ var _utils = __nccwpck_require__(522);
4811
4811
  function _interopRequireDefault(e) {
4812
4812
  return e && e.__esModule ? e : { default: e };
4813
4813
  }
@@ -4914,7 +4914,7 @@
4914
4914
  }
4915
4915
  var _default = (exports["default"] = loader);
4916
4916
  },
4917
- 115: (__unused_webpack_module, exports, __nccwpck_require__) => {
4917
+ 522: (__unused_webpack_module, exports, __nccwpck_require__) => {
4918
4918
  "use strict";
4919
4919
  Object.defineProperty(exports, "__esModule", { value: true });
4920
4920
  exports.errorFactory = errorFactory;
@@ -5568,7 +5568,7 @@
5568
5568
  "use strict";
5569
5569
  module.exports = require("sass");
5570
5570
  },
5571
- 28: (module) => {
5571
+ 985: (module) => {
5572
5572
  "use strict";
5573
5573
  module.exports = JSON.parse(
5574
5574
  '{"title":"Sass Loader options","type":"object","properties":{"implementation":{"description":"The implementation of the sass to be used.","link":"https://github.com/webpack/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/sass-loader#sassoptions","enum":["legacy","modern","modern-compiler"]},"sassOptions":{"description":"Options for `node-sass` or `sass` (`Dart Sass`) implementation.","link":"https://github.com/webpack/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/sass-loader#additionaldata","anyOf":[{"type":"string"},{"instanceof":"Function"}]},"sourceMap":{"description":"Enables/Disables generation of source maps.","link":"https://github.com/webpack/sass-loader#sourcemap","type":"boolean"},"webpackImporter":{"description":"Enables/Disables default `webpack` importer.","link":"https://github.com/webpack/sass-loader#webpackimporter","type":"boolean"},"warnRuleAsWarning":{"description":"Treats the \'@warn\' rule as a webpack warning.","link":"https://github.com/webpack/sass-loader#warnruleaswarning","type":"boolean"}},"additionalProperties":false}',
@@ -5598,6 +5598,6 @@
5598
5598
  }
5599
5599
  if (typeof __nccwpck_require__ !== "undefined")
5600
5600
  __nccwpck_require__.ab = __dirname + "/";
5601
- var __webpack_exports__ = __nccwpck_require__(308);
5601
+ var __webpack_exports__ = __nccwpck_require__(477);
5602
5602
  module.exports = __webpack_exports__;
5603
5603
  })();