@rsbuild/core 0.7.1 → 0.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/compiled/css-loader/index.js +65 -45
- package/compiled/css-loader/package.json +1 -1
- package/compiled/postcss-load-config/index.js +102 -33
- package/compiled/postcss-load-config/package.json +1 -1
- package/compiled/postcss-loader/index.js +67 -60
- package/compiled/rspack-manifest-plugin/index.js +4 -4
- package/dist/client/hmr.js +2 -2
- package/dist/index.cjs +420 -220
- package/dist/index.js +428 -222
- package/dist-types/helpers.d.ts +1 -0
- package/dist-types/index.d.ts +1 -1
- package/dist-types/plugins/nonce.d.ts +2 -0
- package/dist-types/plugins/sri.d.ts +2 -0
- package/dist-types/server/devServer.d.ts +1 -1
- package/dist-types/server/httpServer.d.ts +1 -1
- package/dist-types/server/middlewares.d.ts +1 -1
- package/dist-types/server/prodServer.d.ts +1 -1
- package/dist-types/server/socketServer.d.ts +1 -1
- package/package.json +7 -6
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
/******/ (() => { // webpackBootstrap
|
|
2
2
|
/******/ var __webpack_modules__ = ({
|
|
3
3
|
|
|
4
|
-
/***/
|
|
4
|
+
/***/ 4458:
|
|
5
5
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
6
6
|
|
|
7
7
|
"use strict";
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
const loader = __nccwpck_require__(
|
|
10
|
+
const loader = __nccwpck_require__(8773);
|
|
11
11
|
module.exports = loader.default;
|
|
12
|
-
module.exports.defaultGetLocalIdent = __nccwpck_require__(
|
|
12
|
+
module.exports.defaultGetLocalIdent = __nccwpck_require__(256).defaultGetLocalIdent;
|
|
13
13
|
|
|
14
14
|
/***/ }),
|
|
15
15
|
|
|
16
|
-
/***/
|
|
16
|
+
/***/ 8773:
|
|
17
17
|
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
18
18
|
|
|
19
19
|
"use strict";
|
|
@@ -26,9 +26,9 @@ exports["default"] = loader;
|
|
|
26
26
|
var _postcss = _interopRequireDefault(__nccwpck_require__(977));
|
|
27
27
|
var _package = _interopRequireDefault(__nccwpck_require__(5446));
|
|
28
28
|
var _semver = __nccwpck_require__(1280);
|
|
29
|
-
var _options = _interopRequireDefault(__nccwpck_require__(
|
|
30
|
-
var _plugins = __nccwpck_require__(
|
|
31
|
-
var _utils = __nccwpck_require__(
|
|
29
|
+
var _options = _interopRequireDefault(__nccwpck_require__(8962));
|
|
30
|
+
var _plugins = __nccwpck_require__(9270);
|
|
31
|
+
var _utils = __nccwpck_require__(256);
|
|
32
32
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
33
33
|
/*
|
|
34
34
|
MIT License http://www.opensource.org/licenses/mit-license.php
|
|
@@ -167,20 +167,7 @@ async function loader(content, map, meta) {
|
|
|
167
167
|
});
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
|
-
|
|
171
|
-
if (
|
|
172
|
-
// eslint-disable-next-line no-underscore-dangle
|
|
173
|
-
this._compilation &&
|
|
174
|
-
// eslint-disable-next-line no-underscore-dangle
|
|
175
|
-
this._compilation.options &&
|
|
176
|
-
// eslint-disable-next-line no-underscore-dangle
|
|
177
|
-
this._compilation.options.output &&
|
|
178
|
-
// eslint-disable-next-line no-underscore-dangle
|
|
179
|
-
this._compilation.options.output.environment &&
|
|
180
|
-
// eslint-disable-next-line no-underscore-dangle
|
|
181
|
-
this._compilation.options.output.environment.templateLiteral) {
|
|
182
|
-
isTemplateLiteralSupported = true;
|
|
183
|
-
}
|
|
170
|
+
const isTemplateLiteralSupported = (0, _utils.supportTemplateLiteral)(this);
|
|
184
171
|
const importCode = (0, _utils.getImportCode)(imports, options);
|
|
185
172
|
let moduleCode;
|
|
186
173
|
try {
|
|
@@ -211,7 +198,7 @@ async function loader(content, map, meta) {
|
|
|
211
198
|
|
|
212
199
|
/***/ }),
|
|
213
200
|
|
|
214
|
-
/***/
|
|
201
|
+
/***/ 9270:
|
|
215
202
|
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
216
203
|
|
|
217
204
|
"use strict";
|
|
@@ -238,14 +225,14 @@ Object.defineProperty(exports, "urlParser", ({
|
|
|
238
225
|
return _postcssUrlParser.default;
|
|
239
226
|
}
|
|
240
227
|
}));
|
|
241
|
-
var _postcssImportParser = _interopRequireDefault(__nccwpck_require__(
|
|
242
|
-
var _postcssIcssParser = _interopRequireDefault(__nccwpck_require__(
|
|
243
|
-
var _postcssUrlParser = _interopRequireDefault(__nccwpck_require__(
|
|
228
|
+
var _postcssImportParser = _interopRequireDefault(__nccwpck_require__(2442));
|
|
229
|
+
var _postcssIcssParser = _interopRequireDefault(__nccwpck_require__(1927));
|
|
230
|
+
var _postcssUrlParser = _interopRequireDefault(__nccwpck_require__(1950));
|
|
244
231
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
245
232
|
|
|
246
233
|
/***/ }),
|
|
247
234
|
|
|
248
|
-
/***/
|
|
235
|
+
/***/ 1927:
|
|
249
236
|
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
250
237
|
|
|
251
238
|
"use strict";
|
|
@@ -256,7 +243,7 @@ Object.defineProperty(exports, "__esModule", ({
|
|
|
256
243
|
}));
|
|
257
244
|
exports["default"] = void 0;
|
|
258
245
|
var _icssUtils = __nccwpck_require__(3275);
|
|
259
|
-
var _utils = __nccwpck_require__(
|
|
246
|
+
var _utils = __nccwpck_require__(256);
|
|
260
247
|
const plugin = (options = {}) => {
|
|
261
248
|
return {
|
|
262
249
|
postcssPlugin: "postcss-icss-parser",
|
|
@@ -365,7 +352,7 @@ var _default = exports["default"] = plugin;
|
|
|
365
352
|
|
|
366
353
|
/***/ }),
|
|
367
354
|
|
|
368
|
-
/***/
|
|
355
|
+
/***/ 2442:
|
|
369
356
|
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
370
357
|
|
|
371
358
|
"use strict";
|
|
@@ -376,27 +363,34 @@ Object.defineProperty(exports, "__esModule", ({
|
|
|
376
363
|
}));
|
|
377
364
|
exports["default"] = void 0;
|
|
378
365
|
var _postcssValueParser = _interopRequireDefault(__nccwpck_require__(1036));
|
|
379
|
-
var _utils = __nccwpck_require__(
|
|
366
|
+
var _utils = __nccwpck_require__(256);
|
|
380
367
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
381
|
-
function
|
|
382
|
-
// Convert only top-level @import
|
|
383
|
-
if (atRule.parent.type !== "root") {
|
|
384
|
-
return;
|
|
385
|
-
}
|
|
368
|
+
function isIgnoredAfterName(atRule) {
|
|
386
369
|
if (atRule.raws && atRule.raws.afterName && atRule.raws.afterName.trim().length > 0) {
|
|
387
370
|
const lastCommentIndex = atRule.raws.afterName.lastIndexOf("/*");
|
|
388
371
|
const matched = atRule.raws.afterName.slice(lastCommentIndex).match(_utils.WEBPACK_IGNORE_COMMENT_REGEXP);
|
|
389
372
|
if (matched && matched[2] === "true") {
|
|
390
|
-
return;
|
|
373
|
+
return true;
|
|
391
374
|
}
|
|
392
375
|
}
|
|
376
|
+
return false;
|
|
377
|
+
}
|
|
378
|
+
function isIgnoredPrevNode(atRule) {
|
|
393
379
|
const prevNode = atRule.prev();
|
|
394
380
|
if (prevNode && prevNode.type === "comment") {
|
|
395
381
|
const matched = prevNode.text.match(_utils.WEBPACK_IGNORE_COMMENT_REGEXP);
|
|
396
382
|
if (matched && matched[2] === "true") {
|
|
397
|
-
return;
|
|
383
|
+
return true;
|
|
398
384
|
}
|
|
399
385
|
}
|
|
386
|
+
return false;
|
|
387
|
+
}
|
|
388
|
+
function parseNode(atRule, key, options) {
|
|
389
|
+
// Convert only top-level @import
|
|
390
|
+
if (atRule.parent.type !== "root") {
|
|
391
|
+
return;
|
|
392
|
+
}
|
|
393
|
+
const isIgnored = isIgnoredAfterName(atRule) || isIgnoredPrevNode(atRule);
|
|
400
394
|
|
|
401
395
|
// Nodes do not exists - `@import url('http://') :root {}`
|
|
402
396
|
if (atRule.nodes) {
|
|
@@ -432,10 +426,14 @@ function parseNode(atRule, key, options) {
|
|
|
432
426
|
url = isStringValue ? paramsNodes[0].nodes[0].value : _postcssValueParser.default.stringify(paramsNodes[0].nodes);
|
|
433
427
|
}
|
|
434
428
|
url = (0, _utils.normalizeUrl)(url, isStringValue);
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
429
|
+
let requestable = false;
|
|
430
|
+
let needResolve = false;
|
|
431
|
+
if (!isIgnored) {
|
|
432
|
+
({
|
|
433
|
+
requestable,
|
|
434
|
+
needResolve
|
|
435
|
+
} = (0, _utils.isURLRequestable)(url, options));
|
|
436
|
+
}
|
|
439
437
|
let prefix;
|
|
440
438
|
if (requestable && needResolve) {
|
|
441
439
|
const queryParts = url.split("!");
|
|
@@ -654,7 +652,7 @@ var _default = exports["default"] = plugin;
|
|
|
654
652
|
|
|
655
653
|
/***/ }),
|
|
656
654
|
|
|
657
|
-
/***/
|
|
655
|
+
/***/ 1950:
|
|
658
656
|
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
659
657
|
|
|
660
658
|
"use strict";
|
|
@@ -665,7 +663,7 @@ Object.defineProperty(exports, "__esModule", ({
|
|
|
665
663
|
}));
|
|
666
664
|
exports["default"] = void 0;
|
|
667
665
|
var _postcssValueParser = _interopRequireDefault(__nccwpck_require__(1036));
|
|
668
|
-
var _utils = __nccwpck_require__(
|
|
666
|
+
var _utils = __nccwpck_require__(256);
|
|
669
667
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
670
668
|
const isUrlFunc = /url/i;
|
|
671
669
|
const isImageSetFunc = /^(?:-webkit-)?image-set$/i;
|
|
@@ -1017,7 +1015,7 @@ var _default = exports["default"] = plugin;
|
|
|
1017
1015
|
|
|
1018
1016
|
/***/ }),
|
|
1019
1017
|
|
|
1020
|
-
/***/
|
|
1018
|
+
/***/ 256:
|
|
1021
1019
|
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1022
1020
|
|
|
1023
1021
|
"use strict";
|
|
@@ -1050,6 +1048,7 @@ exports.shouldUseModulesPlugins = shouldUseModulesPlugins;
|
|
|
1050
1048
|
exports.shouldUseURLPlugin = shouldUseURLPlugin;
|
|
1051
1049
|
exports.sort = sort;
|
|
1052
1050
|
exports.stringifyRequest = stringifyRequest;
|
|
1051
|
+
exports.supportTemplateLiteral = supportTemplateLiteral;
|
|
1053
1052
|
exports.syntaxErrorFactory = syntaxErrorFactory;
|
|
1054
1053
|
exports.warningFactory = warningFactory;
|
|
1055
1054
|
var _url = __nccwpck_require__(7310);
|
|
@@ -2057,6 +2056,27 @@ function syntaxErrorFactory(error) {
|
|
|
2057
2056
|
obj.stack = null;
|
|
2058
2057
|
return obj;
|
|
2059
2058
|
}
|
|
2059
|
+
function supportTemplateLiteral(loaderContext) {
|
|
2060
|
+
if (loaderContext.environment && loaderContext.environment.templateLiteral) {
|
|
2061
|
+
return true;
|
|
2062
|
+
}
|
|
2063
|
+
|
|
2064
|
+
// TODO remove in the next major release
|
|
2065
|
+
if (
|
|
2066
|
+
// eslint-disable-next-line no-underscore-dangle
|
|
2067
|
+
loaderContext._compilation &&
|
|
2068
|
+
// eslint-disable-next-line no-underscore-dangle
|
|
2069
|
+
loaderContext._compilation.options &&
|
|
2070
|
+
// eslint-disable-next-line no-underscore-dangle
|
|
2071
|
+
loaderContext._compilation.options.output &&
|
|
2072
|
+
// eslint-disable-next-line no-underscore-dangle
|
|
2073
|
+
loaderContext._compilation.options.output.environment &&
|
|
2074
|
+
// eslint-disable-next-line no-underscore-dangle
|
|
2075
|
+
loaderContext._compilation.options.output.environment.templateLiteral) {
|
|
2076
|
+
return true;
|
|
2077
|
+
}
|
|
2078
|
+
return false;
|
|
2079
|
+
}
|
|
2060
2080
|
|
|
2061
2081
|
/***/ }),
|
|
2062
2082
|
|
|
@@ -7298,7 +7318,7 @@ module.exports = require("util");
|
|
|
7298
7318
|
|
|
7299
7319
|
/***/ }),
|
|
7300
7320
|
|
|
7301
|
-
/***/
|
|
7321
|
+
/***/ 8962:
|
|
7302
7322
|
/***/ ((module) => {
|
|
7303
7323
|
|
|
7304
7324
|
"use strict";
|
|
@@ -7356,7 +7376,7 @@ module.exports = JSON.parse('{"name":"postcss","version":"8.4.38","description":
|
|
|
7356
7376
|
/******/ // startup
|
|
7357
7377
|
/******/ // Load entry module and return exports
|
|
7358
7378
|
/******/ // This entry module is referenced by other modules so it can't be inlined
|
|
7359
|
-
/******/ var __webpack_exports__ = __nccwpck_require__(
|
|
7379
|
+
/******/ var __webpack_exports__ = __nccwpck_require__(4458);
|
|
7360
7380
|
/******/ module.exports = __webpack_exports__;
|
|
7361
7381
|
/******/
|
|
7362
7382
|
/******/ })()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"css-loader","author":"Tobias Koppers @sokra","version":"7.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"}
|
|
@@ -463,18 +463,17 @@ module.exports.lilconfigSync = function lilconfigSync(name, options) {
|
|
|
463
463
|
|
|
464
464
|
/***/ }),
|
|
465
465
|
|
|
466
|
-
/***/
|
|
466
|
+
/***/ 209:
|
|
467
467
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
468
468
|
|
|
469
469
|
// @ts-check
|
|
470
470
|
const { resolve } = __nccwpck_require__(411)
|
|
471
471
|
|
|
472
472
|
const config = __nccwpck_require__(882)
|
|
473
|
-
const yaml = __nccwpck_require__(352)
|
|
474
473
|
|
|
475
|
-
const loadOptions = __nccwpck_require__(
|
|
476
|
-
const loadPlugins = __nccwpck_require__(
|
|
477
|
-
const req = __nccwpck_require__(
|
|
474
|
+
const loadOptions = __nccwpck_require__(758)
|
|
475
|
+
const loadPlugins = __nccwpck_require__(253)
|
|
476
|
+
const req = __nccwpck_require__(163)
|
|
478
477
|
|
|
479
478
|
const interopRequireDefault = obj =>
|
|
480
479
|
obj && obj.__esModule ? obj : { default: obj }
|
|
@@ -543,6 +542,21 @@ async function loader(filepath) {
|
|
|
543
542
|
return req(filepath)
|
|
544
543
|
}
|
|
545
544
|
|
|
545
|
+
let yaml
|
|
546
|
+
async function yamlLoader(_, content) {
|
|
547
|
+
if (!yaml) {
|
|
548
|
+
try {
|
|
549
|
+
yaml = await Promise.resolve(/* import() */).then(__nccwpck_require__.t.bind(__nccwpck_require__, 128, 23))
|
|
550
|
+
} catch (e) {
|
|
551
|
+
/* c8 ignore start */
|
|
552
|
+
throw new Error(
|
|
553
|
+
`'yaml' is required for the YAML configuration files. Make sure it is installed\nError: ${e.message}`
|
|
554
|
+
)
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
return yaml.parse(content);
|
|
558
|
+
}
|
|
559
|
+
|
|
546
560
|
/** @return {import('lilconfig').Options} */
|
|
547
561
|
const withLoaders = (options = {}) => {
|
|
548
562
|
let moduleName = 'postcss'
|
|
@@ -557,8 +571,8 @@ const withLoaders = (options = {}) => {
|
|
|
557
571
|
'.mjs': loader,
|
|
558
572
|
'.mts': loader,
|
|
559
573
|
'.ts': loader,
|
|
560
|
-
'.yaml':
|
|
561
|
-
'.yml':
|
|
574
|
+
'.yaml': yamlLoader,
|
|
575
|
+
'.yml': yamlLoader
|
|
562
576
|
},
|
|
563
577
|
searchPlaces: [
|
|
564
578
|
...(options.searchPlaces || []),
|
|
@@ -634,11 +648,11 @@ module.exports = rc
|
|
|
634
648
|
|
|
635
649
|
/***/ }),
|
|
636
650
|
|
|
637
|
-
/***/
|
|
651
|
+
/***/ 758:
|
|
638
652
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
639
653
|
|
|
640
654
|
// @ts-check
|
|
641
|
-
const req = __nccwpck_require__(
|
|
655
|
+
const req = __nccwpck_require__(163)
|
|
642
656
|
|
|
643
657
|
/**
|
|
644
658
|
* Load Options
|
|
@@ -689,11 +703,11 @@ module.exports = options
|
|
|
689
703
|
|
|
690
704
|
/***/ }),
|
|
691
705
|
|
|
692
|
-
/***/
|
|
706
|
+
/***/ 253:
|
|
693
707
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
694
708
|
|
|
695
709
|
// @ts-check
|
|
696
|
-
const req = __nccwpck_require__(
|
|
710
|
+
const req = __nccwpck_require__(163)
|
|
697
711
|
|
|
698
712
|
/**
|
|
699
713
|
* Plugin Loader
|
|
@@ -764,7 +778,6 @@ async function plugins(config, file) {
|
|
|
764
778
|
}
|
|
765
779
|
|
|
766
780
|
if (
|
|
767
|
-
// eslint-disable-next-line
|
|
768
781
|
!(
|
|
769
782
|
(typeof plugin === 'object' && Array.isArray(plugin.plugins)) ||
|
|
770
783
|
(typeof plugin === 'object' && plugin.postcssPlugin) ||
|
|
@@ -786,7 +799,7 @@ module.exports = plugins
|
|
|
786
799
|
|
|
787
800
|
/***/ }),
|
|
788
801
|
|
|
789
|
-
/***/
|
|
802
|
+
/***/ 163:
|
|
790
803
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
791
804
|
|
|
792
805
|
// @ts-check
|
|
@@ -799,7 +812,7 @@ let tsx
|
|
|
799
812
|
|
|
800
813
|
let jiti
|
|
801
814
|
|
|
802
|
-
let importError
|
|
815
|
+
let importError = []
|
|
803
816
|
|
|
804
817
|
/**
|
|
805
818
|
* @param {string} name
|
|
@@ -819,9 +832,11 @@ async function req(name, rootFile = __filename) {
|
|
|
819
832
|
}
|
|
820
833
|
|
|
821
834
|
if (tsx === undefined) {
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
})
|
|
835
|
+
try {
|
|
836
|
+
tsx = await import('tsx/cjs/api')
|
|
837
|
+
} catch (error) {
|
|
838
|
+
importError.push(error)
|
|
839
|
+
}
|
|
825
840
|
}
|
|
826
841
|
|
|
827
842
|
if (tsx) {
|
|
@@ -830,12 +845,11 @@ async function req(name, rootFile = __filename) {
|
|
|
830
845
|
}
|
|
831
846
|
|
|
832
847
|
if (jiti === undefined) {
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
)
|
|
848
|
+
try {
|
|
849
|
+
jiti = (await import('@rsbuild/shared/jiti')).default
|
|
850
|
+
} catch (error) {
|
|
851
|
+
importError.push(error)
|
|
852
|
+
}
|
|
839
853
|
}
|
|
840
854
|
|
|
841
855
|
if (jiti) {
|
|
@@ -843,7 +857,9 @@ async function req(name, rootFile = __filename) {
|
|
|
843
857
|
}
|
|
844
858
|
|
|
845
859
|
throw new Error(
|
|
846
|
-
`'tsx' or 'jiti' is required for the TypeScript configuration files. Make sure it is installed\nError: ${importError
|
|
860
|
+
`'tsx' or 'jiti' is required for the TypeScript configuration files. Make sure it is installed\nError: ${importError
|
|
861
|
+
.map(error => error.message)
|
|
862
|
+
.join('\n')}`
|
|
847
863
|
)
|
|
848
864
|
}
|
|
849
865
|
|
|
@@ -871,14 +887,6 @@ module.exports = webpackEmptyAsyncContext;
|
|
|
871
887
|
|
|
872
888
|
/***/ }),
|
|
873
889
|
|
|
874
|
-
/***/ 352:
|
|
875
|
-
/***/ ((module) => {
|
|
876
|
-
|
|
877
|
-
"use strict";
|
|
878
|
-
module.exports = require("@rsbuild/shared/yaml");
|
|
879
|
-
|
|
880
|
-
/***/ }),
|
|
881
|
-
|
|
882
890
|
/***/ 147:
|
|
883
891
|
/***/ ((module) => {
|
|
884
892
|
|
|
@@ -925,6 +933,14 @@ module.exports = require("os");
|
|
|
925
933
|
"use strict";
|
|
926
934
|
module.exports = require("path");
|
|
927
935
|
|
|
936
|
+
/***/ }),
|
|
937
|
+
|
|
938
|
+
/***/ 128:
|
|
939
|
+
/***/ ((module) => {
|
|
940
|
+
|
|
941
|
+
"use strict";
|
|
942
|
+
module.exports = require("yaml");
|
|
943
|
+
|
|
928
944
|
/***/ })
|
|
929
945
|
|
|
930
946
|
/******/ });
|
|
@@ -960,11 +976,64 @@ module.exports = require("path");
|
|
|
960
976
|
/******/ }
|
|
961
977
|
/******/
|
|
962
978
|
/************************************************************************/
|
|
979
|
+
/******/ /* webpack/runtime/create fake namespace object */
|
|
980
|
+
/******/ (() => {
|
|
981
|
+
/******/ var getProto = Object.getPrototypeOf ? (obj) => (Object.getPrototypeOf(obj)) : (obj) => (obj.__proto__);
|
|
982
|
+
/******/ var leafPrototypes;
|
|
983
|
+
/******/ // create a fake namespace object
|
|
984
|
+
/******/ // mode & 1: value is a module id, require it
|
|
985
|
+
/******/ // mode & 2: merge all properties of value into the ns
|
|
986
|
+
/******/ // mode & 4: return value when already ns object
|
|
987
|
+
/******/ // mode & 16: return value when it's Promise-like
|
|
988
|
+
/******/ // mode & 8|1: behave like require
|
|
989
|
+
/******/ __nccwpck_require__.t = function(value, mode) {
|
|
990
|
+
/******/ if(mode & 1) value = this(value);
|
|
991
|
+
/******/ if(mode & 8) return value;
|
|
992
|
+
/******/ if(typeof value === 'object' && value) {
|
|
993
|
+
/******/ if((mode & 4) && value.__esModule) return value;
|
|
994
|
+
/******/ if((mode & 16) && typeof value.then === 'function') return value;
|
|
995
|
+
/******/ }
|
|
996
|
+
/******/ var ns = Object.create(null);
|
|
997
|
+
/******/ __nccwpck_require__.r(ns);
|
|
998
|
+
/******/ var def = {};
|
|
999
|
+
/******/ leafPrototypes = leafPrototypes || [null, getProto({}), getProto([]), getProto(getProto)];
|
|
1000
|
+
/******/ for(var current = mode & 2 && value; typeof current == 'object' && !~leafPrototypes.indexOf(current); current = getProto(current)) {
|
|
1001
|
+
/******/ Object.getOwnPropertyNames(current).forEach((key) => (def[key] = () => (value[key])));
|
|
1002
|
+
/******/ }
|
|
1003
|
+
/******/ def['default'] = () => (value);
|
|
1004
|
+
/******/ __nccwpck_require__.d(ns, def);
|
|
1005
|
+
/******/ return ns;
|
|
1006
|
+
/******/ };
|
|
1007
|
+
/******/ })();
|
|
1008
|
+
/******/
|
|
1009
|
+
/******/ /* webpack/runtime/define property getters */
|
|
1010
|
+
/******/ (() => {
|
|
1011
|
+
/******/ // define getter functions for harmony exports
|
|
1012
|
+
/******/ __nccwpck_require__.d = (exports, definition) => {
|
|
1013
|
+
/******/ for(var key in definition) {
|
|
1014
|
+
/******/ if(__nccwpck_require__.o(definition, key) && !__nccwpck_require__.o(exports, key)) {
|
|
1015
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
1016
|
+
/******/ }
|
|
1017
|
+
/******/ }
|
|
1018
|
+
/******/ };
|
|
1019
|
+
/******/ })();
|
|
1020
|
+
/******/
|
|
963
1021
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
964
1022
|
/******/ (() => {
|
|
965
1023
|
/******/ __nccwpck_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
966
1024
|
/******/ })();
|
|
967
1025
|
/******/
|
|
1026
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
1027
|
+
/******/ (() => {
|
|
1028
|
+
/******/ // define __esModule on exports
|
|
1029
|
+
/******/ __nccwpck_require__.r = (exports) => {
|
|
1030
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
1031
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
1032
|
+
/******/ }
|
|
1033
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
1034
|
+
/******/ };
|
|
1035
|
+
/******/ })();
|
|
1036
|
+
/******/
|
|
968
1037
|
/******/ /* webpack/runtime/compat */
|
|
969
1038
|
/******/
|
|
970
1039
|
/******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = __dirname + "/";
|
|
@@ -974,7 +1043,7 @@ module.exports = require("path");
|
|
|
974
1043
|
/******/ // startup
|
|
975
1044
|
/******/ // Load entry module and return exports
|
|
976
1045
|
/******/ // This entry module is referenced by other modules so it can't be inlined
|
|
977
|
-
/******/ var __webpack_exports__ = __nccwpck_require__(
|
|
1046
|
+
/******/ var __webpack_exports__ = __nccwpck_require__(209);
|
|
978
1047
|
/******/ module.exports = __webpack_exports__;
|
|
979
1048
|
/******/
|
|
980
1049
|
/******/ })()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"postcss-load-config","author":"Michael Ciniawky <michael.ciniawsky@gmail.com>","version":"
|
|
1
|
+
{"name":"postcss-load-config","author":"Michael Ciniawky <michael.ciniawsky@gmail.com>","version":"6.0.1","funding":[{"type":"opencollective","url":"https://opencollective.com/postcss/"},{"type":"github","url":"https://github.com/sponsors/ai"}],"license":"MIT","types":"index.d.ts","type":"commonjs"}
|