@unpackjs/core 1.6.2 → 1.6.4
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 +20 -20
- package/compiled/less-loader/index.js +8 -8
- package/compiled/postcss-loader/index.js +34 -34
- package/compiled/sass-loader/index.js +10 -8
- package/compiled/sass-loader/package.json +1 -1
- package/compiled/style-loader/index.js +10 -10
- package/dist/bundler-config/chunkSplit.cjs +39 -3
- package/dist/bundler-config/chunkSplit.d.ts.map +1 -1
- package/dist/bundler-config/chunkSplit.js +39 -3
- package/dist/bundler-config/experimentCss.cjs +2 -2
- package/dist/bundler-config/experimentCss.js +1 -1
- package/dist/bundler-config/helper.cjs +2 -2
- package/dist/bundler-config/helper.js +1 -1
- package/dist/bundler-config/index.cjs +8 -4
- package/dist/bundler-config/index.d.ts.map +1 -1
- package/dist/bundler-config/index.js +8 -4
- package/dist/constants.cjs +4 -1
- package/dist/constants.d.ts +1 -0
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.js +3 -1
- package/dist/createUnpack.cjs +3 -3
- package/dist/createUnpack.js +4 -4
- package/dist/plugin-progress/rspack.cjs +12 -11
- package/dist/plugin-progress/rspack.js +12 -11
- package/dist/plugin-progress/webpack.cjs +12 -11
- package/dist/plugin-progress/webpack.js +12 -11
- package/dist/progressBar.cjs +5 -5
- package/dist/progressBar.js +4 -4
- package/dist/run/dev.cjs +1 -1
- package/dist/run/dev.js +1 -1
- package/dist/thread-loader/worker.js +1 -1
- package/dist/typed-css-modules/plugin.cjs +2 -2
- package/dist/typed-css-modules/plugin.d.ts.map +1 -1
- package/dist/typed-css-modules/plugin.js +1 -1
- package/dist/types/chunkSplit.d.ts +1 -1
- package/dist/types/chunkSplit.d.ts.map +1 -1
- package/dist/utils.cjs +17 -10
- package/dist/utils.d.ts +2 -1
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +14 -8
- package/package.json +8 -17
- package/compiled/fast-glob/index.d.ts +0 -237
- package/compiled/fast-glob/index.js +0 -5726
- package/compiled/fast-glob/license +0 -21
- package/compiled/fast-glob/package.json +0 -1
- package/compiled/log-update/index.d.ts +0 -1
- package/compiled/log-update/index.js +0 -1970
- package/compiled/log-update/package.json +0 -1
- package/dist/lightningcss/index.cjs +0 -21
- package/dist/lightningcss/index.d.ts +0 -2
- package/dist/lightningcss/index.d.ts.map +0 -1
- package/dist/lightningcss/index.js +0 -10
- package/dist/typed-css-modules/index.cjs +0 -21
- package/dist/typed-css-modules/index.d.ts +0 -2
- package/dist/typed-css-modules/index.d.ts.map +0 -1
- package/dist/typed-css-modules/index.js +0 -10
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
(() => {
|
|
2
2
|
var __webpack_modules__ = {
|
|
3
|
-
|
|
3
|
+
9899: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4
4
|
"use strict";
|
|
5
|
-
const loader = __nccwpck_require__(
|
|
5
|
+
const loader = __nccwpck_require__(7070);
|
|
6
6
|
module.exports = loader.default;
|
|
7
7
|
module.exports.defaultGetLocalIdent =
|
|
8
|
-
__nccwpck_require__(
|
|
8
|
+
__nccwpck_require__(9401).defaultGetLocalIdent;
|
|
9
9
|
},
|
|
10
|
-
|
|
10
|
+
7070: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
11
11
|
"use strict";
|
|
12
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
13
|
exports["default"] = loader;
|
|
14
14
|
var _postcss = _interopRequireDefault(__nccwpck_require__(977));
|
|
15
15
|
var _package = _interopRequireDefault(__nccwpck_require__(3360));
|
|
16
16
|
var _semver = __nccwpck_require__(5204);
|
|
17
|
-
var _options = _interopRequireDefault(__nccwpck_require__(
|
|
18
|
-
var _plugins = __nccwpck_require__(
|
|
19
|
-
var _utils = __nccwpck_require__(
|
|
17
|
+
var _options = _interopRequireDefault(__nccwpck_require__(5459));
|
|
18
|
+
var _plugins = __nccwpck_require__(6658);
|
|
19
|
+
var _utils = __nccwpck_require__(9401);
|
|
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
|
-
|
|
246
|
+
6658: (__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__(
|
|
268
|
+
__nccwpck_require__(1689),
|
|
269
269
|
);
|
|
270
270
|
var _postcssIcssParser = _interopRequireDefault(
|
|
271
|
-
__nccwpck_require__(
|
|
271
|
+
__nccwpck_require__(6853),
|
|
272
272
|
);
|
|
273
|
-
var _postcssUrlParser = _interopRequireDefault(__nccwpck_require__(
|
|
273
|
+
var _postcssUrlParser = _interopRequireDefault(__nccwpck_require__(6929));
|
|
274
274
|
function _interopRequireDefault(obj) {
|
|
275
275
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
276
276
|
}
|
|
277
277
|
},
|
|
278
|
-
|
|
278
|
+
6853: (__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__(8406);
|
|
283
|
-
var _utils = __nccwpck_require__(
|
|
283
|
+
var _utils = __nccwpck_require__(9401);
|
|
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
|
-
|
|
382
|
+
1689: (__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__(7555),
|
|
388
388
|
);
|
|
389
|
-
var _utils = __nccwpck_require__(
|
|
389
|
+
var _utils = __nccwpck_require__(9401);
|
|
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
|
-
|
|
694
|
+
6929: (__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__(7555),
|
|
700
700
|
);
|
|
701
|
-
var _utils = __nccwpck_require__(
|
|
701
|
+
var _utils = __nccwpck_require__(9401);
|
|
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
|
-
|
|
1044
|
+
9401: (__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;
|
|
@@ -7964,7 +7964,7 @@
|
|
|
7964
7964
|
"use strict";
|
|
7965
7965
|
module.exports = require("util");
|
|
7966
7966
|
},
|
|
7967
|
-
|
|
7967
|
+
5459: (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"}',
|
|
@@ -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__(
|
|
8002
|
+
var __webpack_exports__ = __nccwpck_require__(9899);
|
|
8003
8003
|
module.exports = __webpack_exports__;
|
|
8004
8004
|
})();
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
(() => {
|
|
2
2
|
"use strict";
|
|
3
3
|
var __webpack_modules__ = {
|
|
4
|
-
|
|
5
|
-
module.exports = __nccwpck_require__(
|
|
4
|
+
866: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
5
|
+
module.exports = __nccwpck_require__(478)["default"];
|
|
6
6
|
},
|
|
7
|
-
|
|
7
|
+
478: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
8
8
|
var __webpack_unused_export__;
|
|
9
9
|
__webpack_unused_export__ = { value: true };
|
|
10
10
|
exports["default"] = void 0;
|
|
11
11
|
var _path = _interopRequireDefault(__nccwpck_require__(17));
|
|
12
|
-
var _options = _interopRequireDefault(__nccwpck_require__(
|
|
13
|
-
var _utils = __nccwpck_require__(
|
|
12
|
+
var _options = _interopRequireDefault(__nccwpck_require__(102));
|
|
13
|
+
var _utils = __nccwpck_require__(311);
|
|
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
|
-
|
|
115
|
+
311: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
116
116
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
117
117
|
exports.errorFactory = errorFactory;
|
|
118
118
|
exports.getLessImplementation = getLessImplementation;
|
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
17: (module) => {
|
|
308
308
|
module.exports = require("path");
|
|
309
309
|
},
|
|
310
|
-
|
|
310
|
+
102: (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__(
|
|
338
|
+
var __webpack_exports__ = __nccwpck_require__(866);
|
|
339
339
|
module.exports = __webpack_exports__;
|
|
340
340
|
})();
|
|
@@ -1462,7 +1462,7 @@
|
|
|
1462
1462
|
yellowgreen: [154, 205, 50],
|
|
1463
1463
|
};
|
|
1464
1464
|
},
|
|
1465
|
-
|
|
1465
|
+
5499: function (__unused_webpack_module, exports, __nccwpck_require__) {
|
|
1466
1466
|
"use strict";
|
|
1467
1467
|
var __importDefault =
|
|
1468
1468
|
(this && this.__importDefault) ||
|
|
@@ -1473,10 +1473,10 @@
|
|
|
1473
1473
|
exports.Explorer = void 0;
|
|
1474
1474
|
const promises_1 = __importDefault(__nccwpck_require__(3292));
|
|
1475
1475
|
const path_1 = __importDefault(__nccwpck_require__(1017));
|
|
1476
|
-
const defaults_1 = __nccwpck_require__(
|
|
1477
|
-
const ExplorerBase_js_1 = __nccwpck_require__(
|
|
1478
|
-
const merge_1 = __nccwpck_require__(
|
|
1479
|
-
const util_js_1 = __nccwpck_require__(
|
|
1476
|
+
const defaults_1 = __nccwpck_require__(2706);
|
|
1477
|
+
const ExplorerBase_js_1 = __nccwpck_require__(948);
|
|
1478
|
+
const merge_1 = __nccwpck_require__(7617);
|
|
1479
|
+
const util_js_1 = __nccwpck_require__(3901);
|
|
1480
1480
|
class Explorer extends ExplorerBase_js_1.ExplorerBase {
|
|
1481
1481
|
async load(filepath) {
|
|
1482
1482
|
filepath = path_1.default.resolve(filepath);
|
|
@@ -1674,7 +1674,7 @@
|
|
|
1674
1674
|
}
|
|
1675
1675
|
exports.Explorer = Explorer;
|
|
1676
1676
|
},
|
|
1677
|
-
|
|
1677
|
+
948: function (__unused_webpack_module, exports, __nccwpck_require__) {
|
|
1678
1678
|
"use strict";
|
|
1679
1679
|
var __importDefault =
|
|
1680
1680
|
(this && this.__importDefault) ||
|
|
@@ -1686,7 +1686,7 @@
|
|
|
1686
1686
|
const env_paths_1 = __importDefault(__nccwpck_require__(3881));
|
|
1687
1687
|
const os_1 = __importDefault(__nccwpck_require__(2037));
|
|
1688
1688
|
const path_1 = __importDefault(__nccwpck_require__(1017));
|
|
1689
|
-
const util_js_1 = __nccwpck_require__(
|
|
1689
|
+
const util_js_1 = __nccwpck_require__(3901);
|
|
1690
1690
|
class ExplorerBase {
|
|
1691
1691
|
#loadingMetaConfig = false;
|
|
1692
1692
|
config;
|
|
@@ -1814,7 +1814,7 @@
|
|
|
1814
1814
|
}
|
|
1815
1815
|
exports.getExtensionDescription = getExtensionDescription;
|
|
1816
1816
|
},
|
|
1817
|
-
|
|
1817
|
+
1572: function (__unused_webpack_module, exports, __nccwpck_require__) {
|
|
1818
1818
|
"use strict";
|
|
1819
1819
|
var __importDefault =
|
|
1820
1820
|
(this && this.__importDefault) ||
|
|
@@ -1825,10 +1825,10 @@
|
|
|
1825
1825
|
exports.ExplorerSync = void 0;
|
|
1826
1826
|
const fs_1 = __importDefault(__nccwpck_require__(7147));
|
|
1827
1827
|
const path_1 = __importDefault(__nccwpck_require__(1017));
|
|
1828
|
-
const defaults_1 = __nccwpck_require__(
|
|
1829
|
-
const ExplorerBase_js_1 = __nccwpck_require__(
|
|
1830
|
-
const merge_1 = __nccwpck_require__(
|
|
1831
|
-
const util_js_1 = __nccwpck_require__(
|
|
1828
|
+
const defaults_1 = __nccwpck_require__(2706);
|
|
1829
|
+
const ExplorerBase_js_1 = __nccwpck_require__(948);
|
|
1830
|
+
const merge_1 = __nccwpck_require__(7617);
|
|
1831
|
+
const util_js_1 = __nccwpck_require__(3901);
|
|
1832
1832
|
class ExplorerSync extends ExplorerBase_js_1.ExplorerBase {
|
|
1833
1833
|
load(filepath) {
|
|
1834
1834
|
filepath = path_1.default.resolve(filepath);
|
|
@@ -2013,7 +2013,7 @@
|
|
|
2013
2013
|
}
|
|
2014
2014
|
exports.ExplorerSync = ExplorerSync;
|
|
2015
2015
|
},
|
|
2016
|
-
|
|
2016
|
+
2706: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2017
2017
|
"use strict";
|
|
2018
2018
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2019
2019
|
exports.defaultLoadersSync =
|
|
@@ -2024,7 +2024,7 @@
|
|
|
2024
2024
|
exports.getDefaultSearchPlacesSync =
|
|
2025
2025
|
exports.getDefaultSearchPlaces =
|
|
2026
2026
|
void 0;
|
|
2027
|
-
const loaders_1 = __nccwpck_require__(
|
|
2027
|
+
const loaders_1 = __nccwpck_require__(7904);
|
|
2028
2028
|
function getDefaultSearchPlaces(moduleName) {
|
|
2029
2029
|
return [
|
|
2030
2030
|
"package.json",
|
|
@@ -2124,7 +2124,7 @@
|
|
|
2124
2124
|
noExt: loaders_1.loadYaml,
|
|
2125
2125
|
});
|
|
2126
2126
|
},
|
|
2127
|
-
|
|
2127
|
+
1860: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2128
2128
|
"use strict";
|
|
2129
2129
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2130
2130
|
exports.defaultLoadersSync =
|
|
@@ -2136,7 +2136,7 @@
|
|
|
2136
2136
|
exports.cosmiconfigSync =
|
|
2137
2137
|
exports.cosmiconfig =
|
|
2138
2138
|
void 0;
|
|
2139
|
-
const defaults_1 = __nccwpck_require__(
|
|
2139
|
+
const defaults_1 = __nccwpck_require__(2706);
|
|
2140
2140
|
Object.defineProperty(exports, "defaultLoaders", {
|
|
2141
2141
|
enumerable: true,
|
|
2142
2142
|
get: function () {
|
|
@@ -2173,9 +2173,9 @@
|
|
|
2173
2173
|
return defaults_1.globalConfigSearchPlacesSync;
|
|
2174
2174
|
},
|
|
2175
2175
|
});
|
|
2176
|
-
const Explorer_js_1 = __nccwpck_require__(
|
|
2177
|
-
const ExplorerSync_js_1 = __nccwpck_require__(
|
|
2178
|
-
const util_1 = __nccwpck_require__(
|
|
2176
|
+
const Explorer_js_1 = __nccwpck_require__(5499);
|
|
2177
|
+
const ExplorerSync_js_1 = __nccwpck_require__(1572);
|
|
2178
|
+
const util_1 = __nccwpck_require__(3901);
|
|
2179
2179
|
const identity = function identity(x) {
|
|
2180
2180
|
return x;
|
|
2181
2181
|
};
|
|
@@ -2325,7 +2325,7 @@
|
|
|
2325
2325
|
}
|
|
2326
2326
|
exports.cosmiconfigSync = cosmiconfigSync;
|
|
2327
2327
|
},
|
|
2328
|
-
|
|
2328
|
+
7904: function (__unused_webpack_module, exports, __nccwpck_require__) {
|
|
2329
2329
|
"use strict";
|
|
2330
2330
|
var __importDefault =
|
|
2331
2331
|
(this && this.__importDefault) ||
|
|
@@ -2355,7 +2355,7 @@
|
|
|
2355
2355
|
const loadJs = async function loadJs(filepath) {
|
|
2356
2356
|
try {
|
|
2357
2357
|
const { href } = (0, url_1.pathToFileURL)(filepath);
|
|
2358
|
-
return (await __nccwpck_require__(
|
|
2358
|
+
return (await __nccwpck_require__(7922)(href)).default;
|
|
2359
2359
|
} catch (error) {
|
|
2360
2360
|
try {
|
|
2361
2361
|
return (0, exports.loadJsSync)(filepath, "");
|
|
@@ -2490,7 +2490,7 @@
|
|
|
2490
2490
|
return;
|
|
2491
2491
|
}
|
|
2492
2492
|
},
|
|
2493
|
-
|
|
2493
|
+
7617: (__unused_webpack_module, exports) => {
|
|
2494
2494
|
"use strict";
|
|
2495
2495
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2496
2496
|
exports.mergeAll = exports.hasOwn = void 0;
|
|
@@ -2529,7 +2529,7 @@
|
|
|
2529
2529
|
}
|
|
2530
2530
|
exports.mergeAll = mergeAll;
|
|
2531
2531
|
},
|
|
2532
|
-
|
|
2532
|
+
3901: function (__unused_webpack_module, exports, __nccwpck_require__) {
|
|
2533
2533
|
"use strict";
|
|
2534
2534
|
var __createBinding =
|
|
2535
2535
|
(this && this.__createBinding) ||
|
|
@@ -93276,19 +93276,19 @@
|
|
|
93276
93276
|
module.exports = createColors();
|
|
93277
93277
|
module.exports.createColors = createColors;
|
|
93278
93278
|
},
|
|
93279
|
-
|
|
93279
|
+
9821: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
93280
93280
|
"use strict";
|
|
93281
|
-
module.exports = __nccwpck_require__(
|
|
93281
|
+
module.exports = __nccwpck_require__(5562)["default"];
|
|
93282
93282
|
},
|
|
93283
|
-
|
|
93283
|
+
5562: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
93284
93284
|
"use strict";
|
|
93285
93285
|
var __webpack_unused_export__;
|
|
93286
93286
|
__webpack_unused_export__ = { value: true };
|
|
93287
93287
|
exports["default"] = loader;
|
|
93288
93288
|
var _path = _interopRequireDefault(__nccwpck_require__(1017));
|
|
93289
93289
|
var _package = _interopRequireDefault(__nccwpck_require__(3360));
|
|
93290
|
-
var _options = _interopRequireDefault(__nccwpck_require__(
|
|
93291
|
-
var _utils = __nccwpck_require__(
|
|
93290
|
+
var _options = _interopRequireDefault(__nccwpck_require__(9361));
|
|
93291
|
+
var _utils = __nccwpck_require__(2688);
|
|
93292
93292
|
function _interopRequireDefault(obj) {
|
|
93293
93293
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
93294
93294
|
}
|
|
@@ -93466,7 +93466,7 @@
|
|
|
93466
93466
|
callback(null, result.css, map, { ast });
|
|
93467
93467
|
}
|
|
93468
93468
|
},
|
|
93469
|
-
|
|
93469
|
+
2688: (module, exports, __nccwpck_require__) => {
|
|
93470
93470
|
"use strict";
|
|
93471
93471
|
module = __nccwpck_require__.nmd(module);
|
|
93472
93472
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -93482,7 +93482,7 @@
|
|
|
93482
93482
|
var _path = _interopRequireDefault(__nccwpck_require__(1017));
|
|
93483
93483
|
var _url = _interopRequireDefault(__nccwpck_require__(7310));
|
|
93484
93484
|
var _module = _interopRequireDefault(__nccwpck_require__(8188));
|
|
93485
|
-
var _cosmiconfig = __nccwpck_require__(
|
|
93485
|
+
var _cosmiconfig = __nccwpck_require__(1860);
|
|
93486
93486
|
function _interopRequireDefault(obj) {
|
|
93487
93487
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
93488
93488
|
}
|
|
@@ -94127,7 +94127,7 @@
|
|
|
94127
94127
|
stderr: getSupportLevel(process.stderr),
|
|
94128
94128
|
};
|
|
94129
94129
|
},
|
|
94130
|
-
|
|
94130
|
+
7922: (module) => {
|
|
94131
94131
|
function webpackEmptyAsyncContext(req) {
|
|
94132
94132
|
return Promise.resolve().then(() => {
|
|
94133
94133
|
var e = new Error("Cannot find module '" + req + "'");
|
|
@@ -94137,7 +94137,7 @@
|
|
|
94137
94137
|
}
|
|
94138
94138
|
webpackEmptyAsyncContext.keys = () => [];
|
|
94139
94139
|
webpackEmptyAsyncContext.resolve = webpackEmptyAsyncContext;
|
|
94140
|
-
webpackEmptyAsyncContext.id =
|
|
94140
|
+
webpackEmptyAsyncContext.id = 7922;
|
|
94141
94141
|
module.exports = webpackEmptyAsyncContext;
|
|
94142
94142
|
},
|
|
94143
94143
|
5204: (module) => {
|
|
@@ -94833,7 +94833,7 @@
|
|
|
94833
94833
|
};
|
|
94834
94834
|
}
|
|
94835
94835
|
},
|
|
94836
|
-
|
|
94836
|
+
9361: (module) => {
|
|
94837
94837
|
"use strict";
|
|
94838
94838
|
module.exports = JSON.parse(
|
|
94839
94839
|
'{"title":"PostCSS Loader options","type":"object","properties":{"postcssOptions":{"description":"Options to pass through to `Postcss`.","link":"https://github.com/webpack-contrib/postcss-loader#postcssOptions","anyOf":[{"type":"object","additionalProperties":true,"properties":{"config":{"description":"Allows to specify PostCSS config path.","link":"https://github.com/webpack-contrib/postcss-loader#config","anyOf":[{"description":"Allows to specify the path to the configuration file","type":"string"},{"description":"Enables/Disables autoloading config","type":"boolean"}]}}},{"instanceof":"Function"}]},"execute":{"description":"Enables/Disables PostCSS parser support in \'CSS-in-JS\'.","link":"https://github.com/webpack-contrib/postcss-loader#execute","type":"boolean"},"sourceMap":{"description":"Enables/Disables generation of source maps.","link":"https://github.com/webpack-contrib/postcss-loader#sourcemap","type":"boolean"},"implementation":{"description":"The implementation of postcss to use, instead of the locally installed version","link":"https://github.com/webpack-contrib/postcss-loader#implementation","anyOf":[{"type":"string"},{"instanceof":"Function"}]}},"additionalProperties":false}',
|
|
@@ -94943,6 +94943,6 @@
|
|
|
94943
94943
|
})();
|
|
94944
94944
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
94945
94945
|
__nccwpck_require__.ab = __dirname + "/";
|
|
94946
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
94946
|
+
var __webpack_exports__ = __nccwpck_require__(9821);
|
|
94947
94947
|
module.exports = __webpack_exports__;
|
|
94948
94948
|
})();
|
|
@@ -4795,19 +4795,19 @@
|
|
|
4795
4795
|
}
|
|
4796
4796
|
});
|
|
4797
4797
|
},
|
|
4798
|
-
|
|
4798
|
+
599: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4799
4799
|
"use strict";
|
|
4800
|
-
const loader = __nccwpck_require__(
|
|
4800
|
+
const loader = __nccwpck_require__(328);
|
|
4801
4801
|
module.exports = loader.default;
|
|
4802
4802
|
},
|
|
4803
|
-
|
|
4803
|
+
328: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
4804
4804
|
"use strict";
|
|
4805
4805
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4806
4806
|
exports["default"] = void 0;
|
|
4807
4807
|
var _url = _interopRequireDefault(__nccwpck_require__(310));
|
|
4808
4808
|
var _path = _interopRequireDefault(__nccwpck_require__(17));
|
|
4809
|
-
var _options = _interopRequireDefault(__nccwpck_require__(
|
|
4810
|
-
var _utils = __nccwpck_require__(
|
|
4809
|
+
var _options = _interopRequireDefault(__nccwpck_require__(368));
|
|
4810
|
+
var _utils = __nccwpck_require__(209);
|
|
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
|
-
|
|
4920
|
+
209: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
4921
4921
|
"use strict";
|
|
4922
4922
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4923
4923
|
exports.errorFactory = errorFactory;
|
|
@@ -5469,6 +5469,8 @@
|
|
|
5469
5469
|
webpackCompiler.hooks.shutdown.tap("sass-loader", () => {
|
|
5470
5470
|
compiler.dispose();
|
|
5471
5471
|
});
|
|
5472
|
+
} else {
|
|
5473
|
+
compiler.dispose();
|
|
5472
5474
|
}
|
|
5473
5475
|
}
|
|
5474
5476
|
return sassModernCompilers
|
|
@@ -5575,7 +5577,7 @@
|
|
|
5575
5577
|
"use strict";
|
|
5576
5578
|
module.exports = require("url");
|
|
5577
5579
|
},
|
|
5578
|
-
|
|
5580
|
+
368: (module) => {
|
|
5579
5581
|
"use strict";
|
|
5580
5582
|
module.exports = JSON.parse(
|
|
5581
5583
|
'{"title":"Sass Loader options","type":"object","properties":{"implementation":{"description":"The implementation of the sass to be used.","link":"https://github.com/webpack-contrib/sass-loader#implementation","anyOf":[{"type":"string"},{"type":"object"}]},"api":{"description":"Switch between old and modern API for `sass` (`Dart Sass`) and `Sass Embedded` implementations.","link":"https://github.com/webpack-contrib/sass-loader#sassoptions","enum":["legacy","modern","modern-compiler"]},"sassOptions":{"description":"Options for `node-sass` or `sass` (`Dart Sass`) implementation.","link":"https://github.com/webpack-contrib/sass-loader#sassoptions","anyOf":[{"type":"object","additionalProperties":true},{"instanceof":"Function"}]},"additionalData":{"description":"Prepends/Appends `Sass`/`SCSS` code before the actual entry file.","link":"https://github.com/webpack-contrib/sass-loader#additionaldata","anyOf":[{"type":"string"},{"instanceof":"Function"}]},"sourceMap":{"description":"Enables/Disables generation of source maps.","link":"https://github.com/webpack-contrib/sass-loader#sourcemap","type":"boolean"},"webpackImporter":{"description":"Enables/Disables default `webpack` importer.","link":"https://github.com/webpack-contrib/sass-loader#webpackimporter","type":"boolean"},"warnRuleAsWarning":{"description":"Treats the \'@warn\' rule as a webpack warning.","link":"https://github.com/webpack-contrib/sass-loader#warnruleaswarning","type":"boolean"}},"additionalProperties":false}',
|
|
@@ -5605,6 +5607,6 @@
|
|
|
5605
5607
|
}
|
|
5606
5608
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
5607
5609
|
__nccwpck_require__.ab = __dirname + "/";
|
|
5608
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
5610
|
+
var __webpack_exports__ = __nccwpck_require__(599);
|
|
5609
5611
|
module.exports = __webpack_exports__;
|
|
5610
5612
|
})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"sass-loader","author":"J. Tangelder","version":"16.0.
|
|
1
|
+
{"name":"sass-loader","author":"J. Tangelder","version":"16.0.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
|
-
|
|
5
|
-
const loader = __nccwpck_require__(
|
|
4
|
+
151: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
5
|
+
const loader = __nccwpck_require__(118);
|
|
6
6
|
module.exports = loader.default;
|
|
7
7
|
},
|
|
8
|
-
|
|
8
|
+
118: (__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__(17));
|
|
12
|
-
var _utils = __nccwpck_require__(
|
|
13
|
-
var _options = _interopRequireDefault(__nccwpck_require__(
|
|
12
|
+
var _utils = __nccwpck_require__(171);
|
|
13
|
+
var _options = _interopRequireDefault(__nccwpck_require__(861));
|
|
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
|
-
|
|
98
|
+
548: (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
|
-
|
|
124
|
+
171: (__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__(17));
|
|
145
|
-
var _isEqualLocals = _interopRequireDefault(__nccwpck_require__(
|
|
145
|
+
var _isEqualLocals = _interopRequireDefault(__nccwpck_require__(548));
|
|
146
146
|
function _interopRequireDefault(obj) {
|
|
147
147
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
148
148
|
}
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
17: (module) => {
|
|
338
338
|
module.exports = require("path");
|
|
339
339
|
},
|
|
340
|
-
|
|
340
|
+
861: (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__(
|
|
368
|
+
var __webpack_exports__ = __nccwpck_require__(151);
|
|
369
369
|
module.exports = __webpack_exports__;
|
|
370
370
|
})();
|
|
@@ -52,9 +52,9 @@ function splitByExperience(ctx) {
|
|
|
52
52
|
const { defaultConfig, forceSplittingGroups } = ctx;
|
|
53
53
|
const experienceCacheGroup = {};
|
|
54
54
|
const packageRegExps = {
|
|
55
|
-
axios: /node_modules[\\/]axios(-.+)?[\\/]
|
|
55
|
+
axios: /node_modules[\\/]axios(-.+)?[\\/]/,
|
|
56
|
+
polyfill: /node_modules[\\/](?:tslib|core-js|@swc[\\/]helpers)[\\/]/
|
|
56
57
|
};
|
|
57
|
-
packageRegExps.polyfill = /node_modules[\\/](?:tslib|core-js|@swc[\\/]helpers)[\\/]/;
|
|
58
58
|
for (const [name, test] of Object.entries(packageRegExps)) {
|
|
59
59
|
const key = `lib-${name}`;
|
|
60
60
|
experienceCacheGroup[key] = {
|
|
@@ -87,6 +87,35 @@ function splitBySize(ctx) {
|
|
|
87
87
|
}
|
|
88
88
|
};
|
|
89
89
|
}
|
|
90
|
+
const MODULE_PATH_REGEX = /.*[\\/]node_modules[\\/](?!\.pnpm[\\/])(?:(@[^\\/]+)[\\/])?([^\\/]+)/;
|
|
91
|
+
function getPackageNameFromModulePath(modulePath) {
|
|
92
|
+
const handleModuleContext = modulePath?.match(MODULE_PATH_REGEX);
|
|
93
|
+
if (!handleModuleContext) {
|
|
94
|
+
return void 0;
|
|
95
|
+
}
|
|
96
|
+
const [, scope, name] = handleModuleContext;
|
|
97
|
+
const packageName = ["npm", (scope ?? "").replace("@", ""), name].filter(Boolean).join(".");
|
|
98
|
+
return packageName;
|
|
99
|
+
}
|
|
100
|
+
function splitByModule(ctx) {
|
|
101
|
+
const { forceSplittingGroups, defaultConfig } = ctx;
|
|
102
|
+
return {
|
|
103
|
+
...defaultConfig,
|
|
104
|
+
minSize: 0,
|
|
105
|
+
maxInitialRequests: Number.POSITIVE_INFINITY,
|
|
106
|
+
cacheGroups: {
|
|
107
|
+
...defaultConfig.cacheGroups,
|
|
108
|
+
...forceSplittingGroups,
|
|
109
|
+
vendors: {
|
|
110
|
+
priority: -9,
|
|
111
|
+
test: import_constants.NODE_MODULES_REGEX,
|
|
112
|
+
name(module2) {
|
|
113
|
+
return module2 ? getPackageNameFromModulePath(module2.context) : void 0;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
};
|
|
118
|
+
}
|
|
90
119
|
function splitCustom(ctx) {
|
|
91
120
|
const { forceSplittingGroups, defaultConfig } = ctx;
|
|
92
121
|
return {
|
|
@@ -98,6 +127,9 @@ function splitCustom(ctx) {
|
|
|
98
127
|
}
|
|
99
128
|
};
|
|
100
129
|
}
|
|
130
|
+
function allInOne(_ctx) {
|
|
131
|
+
return false;
|
|
132
|
+
}
|
|
101
133
|
function singleVendor(ctx) {
|
|
102
134
|
const { defaultConfig, forceSplittingGroups } = ctx;
|
|
103
135
|
const singleVendorCacheGroup = {
|
|
@@ -121,21 +153,25 @@ function singleVendor(ctx) {
|
|
|
121
153
|
}
|
|
122
154
|
const SPLIT_STRATEGY_DISPATCHER = {
|
|
123
155
|
"split-by-experience": splitByExperience,
|
|
156
|
+
"split-by-module": splitByModule,
|
|
124
157
|
"split-by-size": splitBySize,
|
|
125
158
|
custom: splitCustom,
|
|
159
|
+
"all-in-one": allInOne,
|
|
126
160
|
"single-vendor": singleVendor
|
|
127
161
|
};
|
|
128
162
|
const addChunkSplitSupport = ({
|
|
129
163
|
config,
|
|
130
164
|
unpackConfig
|
|
131
165
|
}) => {
|
|
132
|
-
const defaultConfig = {};
|
|
133
166
|
const { chunkSplit } = unpackConfig.performance || {};
|
|
134
167
|
if (chunkSplit?.strategy) {
|
|
135
168
|
let forceSplittingGroups = {};
|
|
136
169
|
if (chunkSplit?.forceSplitting) {
|
|
137
170
|
forceSplittingGroups = getForceSplittingGroups(chunkSplit.forceSplitting);
|
|
138
171
|
}
|
|
172
|
+
const defaultConfig = {
|
|
173
|
+
chunks: "all"
|
|
174
|
+
};
|
|
139
175
|
const splitChunksOptions = SPLIT_STRATEGY_DISPATCHER[chunkSplit.strategy]({
|
|
140
176
|
defaultConfig,
|
|
141
177
|
forceSplittingGroups,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chunkSplit.d.ts","sourceRoot":"","sources":["../../src/bundler-config/chunkSplit.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,oBAAoB,EAKpB,YAAY,EACb,MAAM,iBAAiB,CAAA;
|
|
1
|
+
{"version":3,"file":"chunkSplit.d.ts","sourceRoot":"","sources":["../../src/bundler-config/chunkSplit.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,oBAAoB,EAKpB,YAAY,EACb,MAAM,iBAAiB,CAAA;AA4KxB,eAAO,MAAM,oBAAoB,8BAG9B;IACD,MAAM,EAAE,oBAAoB,CAAA;IAC5B,YAAY,EAAE,YAAY,CAAA;CAC3B,KAAG,oBAkBH,CAAA"}
|