@unpackjs/core 4.2.3 → 4.4.0
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 +35 -33
- package/compiled/less-loader/package.json +1 -1
- package/compiled/postcss-loader/index.js +8 -8
- package/compiled/sass-loader/index.js +8 -8
- package/compiled/sass-loader/package.json +1 -1
- package/compiled/semver/index.js +164 -164
- package/compiled/semver/package.json +1 -1
- package/dist/index.js +119 -44
- package/dist-types/bundler-config/buildAnalyze.d.ts +3 -3
- package/dist-types/bundler-config/buildAnalyze.d.ts.map +1 -1
- package/dist-types/bundler-config/cache.d.ts +3 -3
- package/dist-types/bundler-config/cache.d.ts.map +1 -1
- package/dist-types/bundler-config/chunkSplit.d.ts +3 -3
- package/dist-types/bundler-config/chunkSplit.d.ts.map +1 -1
- package/dist-types/bundler-config/css.d.ts +3 -3
- package/dist-types/bundler-config/css.d.ts.map +1 -1
- package/dist-types/bundler-config/detectCircular.d.ts +3 -3
- package/dist-types/bundler-config/detectCircular.d.ts.map +1 -1
- package/dist-types/bundler-config/html.d.ts +3 -3
- package/dist-types/bundler-config/html.d.ts.map +1 -1
- package/dist-types/bundler-config/index.d.ts +2 -2
- package/dist-types/bundler-config/index.d.ts.map +1 -1
- package/dist-types/bundler-config/nativeCss.d.ts +3 -3
- package/dist-types/bundler-config/nativeCss.d.ts.map +1 -1
- package/dist-types/bundler-config/plugins/registerHooks.d.ts +3 -0
- package/dist-types/bundler-config/plugins/registerHooks.d.ts.map +1 -1
- package/dist-types/bundler-config/typeCheck.d.ts +3 -3
- package/dist-types/bundler-config/typeCheck.d.ts.map +1 -1
- package/dist-types/plugins/browserLogs.d.ts.map +1 -1
- package/dist-types/plugins/prebundle.d.ts.map +1 -1
- package/dist-types/plugins/svgIcons.d.ts.map +1 -1
- package/dist-types/plugins/unocss.d.ts.map +1 -1
- package/dist-types/progressBar.d.ts +2 -2
- package/dist-types/progressBar.d.ts.map +1 -1
- package/dist-types/run/dev.d.ts.map +1 -1
- package/dist-types/{loadingAnimation.d.ts → spinner.d.ts} +2 -2
- package/dist-types/spinner.d.ts.map +1 -0
- package/dist-types/types/chunkSplit.d.ts +3 -3
- package/dist-types/types/chunkSplit.d.ts.map +1 -1
- package/dist-types/types/config.d.ts +23 -49
- package/dist-types/types/config.d.ts.map +1 -1
- package/dist-types/types/index.d.ts +2 -14
- package/dist-types/types/index.d.ts.map +1 -1
- package/dist-types/types/plugin.d.ts +24 -8
- package/dist-types/types/plugin.d.ts.map +1 -1
- package/dist-types/types/rspack.d.ts +3 -0
- package/dist-types/types/rspack.d.ts.map +1 -0
- package/dist-types/types/thirdParty.d.ts +42 -0
- package/dist-types/types/thirdParty.d.ts.map +1 -0
- package/dist-types/utils.d.ts +4 -3
- package/dist-types/utils.d.ts.map +1 -1
- package/package.json +5 -5
- package/dist-types/loadingAnimation.d.ts.map +0 -1
- package/dist-types/types/oxc.d.ts +0 -10
- package/dist-types/types/oxc.d.ts.map +0 -1
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
(() => {
|
|
2
2
|
var __webpack_modules__ = {
|
|
3
|
-
|
|
3
|
+
5582: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4
4
|
"use strict";
|
|
5
|
-
const loader = __nccwpck_require__(
|
|
5
|
+
const loader = __nccwpck_require__(8660);
|
|
6
6
|
module.exports = loader.default;
|
|
7
7
|
module.exports.defaultGetLocalIdent =
|
|
8
|
-
__nccwpck_require__(
|
|
8
|
+
__nccwpck_require__(4909).defaultGetLocalIdent;
|
|
9
9
|
},
|
|
10
|
-
|
|
10
|
+
8660: (__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__(
|
|
18
|
-
var _plugins = __nccwpck_require__(
|
|
19
|
-
var _utils = __nccwpck_require__(
|
|
17
|
+
var _options = _interopRequireDefault(__nccwpck_require__(6650));
|
|
18
|
+
var _plugins = __nccwpck_require__(1147);
|
|
19
|
+
var _utils = __nccwpck_require__(4909);
|
|
20
20
|
function _interopRequireDefault(e) {
|
|
21
21
|
return e && e.__esModule ? e : { default: e };
|
|
22
22
|
}
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
callback(null, `${importCode}${moduleCode}${exportCode}`);
|
|
244
244
|
}
|
|
245
245
|
},
|
|
246
|
-
|
|
246
|
+
1147: (__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__(7152),
|
|
269
269
|
);
|
|
270
270
|
var _postcssIcssParser = _interopRequireDefault(
|
|
271
|
-
__nccwpck_require__(
|
|
271
|
+
__nccwpck_require__(1909),
|
|
272
272
|
);
|
|
273
|
-
var _postcssUrlParser = _interopRequireDefault(__nccwpck_require__(
|
|
273
|
+
var _postcssUrlParser = _interopRequireDefault(__nccwpck_require__(3316));
|
|
274
274
|
function _interopRequireDefault(e) {
|
|
275
275
|
return e && e.__esModule ? e : { default: e };
|
|
276
276
|
}
|
|
277
277
|
},
|
|
278
|
-
|
|
278
|
+
1909: (__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__(
|
|
283
|
+
var _utils = __nccwpck_require__(4909);
|
|
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
|
+
7152: (__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__(
|
|
389
|
+
var _utils = __nccwpck_require__(4909);
|
|
390
390
|
function _interopRequireDefault(e) {
|
|
391
391
|
return e && e.__esModule ? e : { default: e };
|
|
392
392
|
}
|
|
@@ -691,14 +691,14 @@
|
|
|
691
691
|
plugin.postcss = true;
|
|
692
692
|
var _default = (exports["default"] = plugin);
|
|
693
693
|
},
|
|
694
|
-
|
|
694
|
+
3316: (__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__(
|
|
701
|
+
var _utils = __nccwpck_require__(4909);
|
|
702
702
|
function _interopRequireDefault(e) {
|
|
703
703
|
return e && e.__esModule ? e : { default: e };
|
|
704
704
|
}
|
|
@@ -1041,7 +1041,7 @@
|
|
|
1041
1041
|
plugin.postcss = true;
|
|
1042
1042
|
var _default = (exports["default"] = plugin);
|
|
1043
1043
|
},
|
|
1044
|
-
|
|
1044
|
+
4909: (__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;
|
|
@@ -8095,7 +8095,7 @@
|
|
|
8095
8095
|
"use strict";
|
|
8096
8096
|
module.exports = require("util");
|
|
8097
8097
|
},
|
|
8098
|
-
|
|
8098
|
+
6650: (module) => {
|
|
8099
8099
|
"use strict";
|
|
8100
8100
|
module.exports = JSON.parse(
|
|
8101
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"}',
|
|
@@ -8130,6 +8130,6 @@
|
|
|
8130
8130
|
}
|
|
8131
8131
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
8132
8132
|
__nccwpck_require__.ab = __dirname + "/";
|
|
8133
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
8133
|
+
var __webpack_exports__ = __nccwpck_require__(5582);
|
|
8134
8134
|
module.exports = __webpack_exports__;
|
|
8135
8135
|
})();
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
(() => {
|
|
2
2
|
"use strict";
|
|
3
3
|
var __webpack_modules__ = {
|
|
4
|
-
|
|
5
|
-
module.exports = __nccwpck_require__(
|
|
4
|
+
710: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
5
|
+
module.exports = __nccwpck_require__(828)["default"];
|
|
6
6
|
},
|
|
7
|
-
|
|
7
|
+
828: (__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
|
-
var
|
|
12
|
-
var _options = _interopRequireDefault(__nccwpck_require__(
|
|
13
|
-
var _utils = __nccwpck_require__(
|
|
11
|
+
var _nodePath = _interopRequireDefault(__nccwpck_require__(760));
|
|
12
|
+
var _options = _interopRequireDefault(__nccwpck_require__(490));
|
|
13
|
+
var _utils = __nccwpck_require__(725);
|
|
14
14
|
function _interopRequireDefault(e) {
|
|
15
15
|
return e && e.__esModule ? e : { default: e };
|
|
16
16
|
}
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
result = await implementation.render(data, lessOptions);
|
|
85
85
|
} catch (error) {
|
|
86
86
|
if (error.filename) {
|
|
87
|
-
this.addDependency(
|
|
87
|
+
this.addDependency(_nodePath.default.normalize(error.filename));
|
|
88
88
|
}
|
|
89
89
|
callback((0, _utils.errorFactory)(error));
|
|
90
90
|
return;
|
|
@@ -94,15 +94,15 @@
|
|
|
94
94
|
delete lessOptions.pluginManager;
|
|
95
95
|
}
|
|
96
96
|
const { css, imports } = result;
|
|
97
|
-
|
|
97
|
+
for (const item of imports) {
|
|
98
98
|
if ((0, _utils.isUnsupportedUrl)(item)) {
|
|
99
|
-
|
|
99
|
+
continue;
|
|
100
100
|
}
|
|
101
|
-
const normalizedItem =
|
|
102
|
-
if (
|
|
101
|
+
const normalizedItem = _nodePath.default.normalize(item);
|
|
102
|
+
if (_nodePath.default.isAbsolute(normalizedItem)) {
|
|
103
103
|
this.addDependency(normalizedItem);
|
|
104
104
|
}
|
|
105
|
-
}
|
|
105
|
+
}
|
|
106
106
|
let map =
|
|
107
107
|
typeof result.map === "string" ? JSON.parse(result.map) : result.map;
|
|
108
108
|
if (map && useSourceMap) {
|
|
@@ -112,14 +112,14 @@
|
|
|
112
112
|
}
|
|
113
113
|
var _default = (exports["default"] = lessLoader);
|
|
114
114
|
},
|
|
115
|
-
|
|
115
|
+
725: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
116
116
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
117
117
|
exports.errorFactory = errorFactory;
|
|
118
118
|
exports.getLessImplementation = getLessImplementation;
|
|
119
119
|
exports.getLessOptions = getLessOptions;
|
|
120
120
|
exports.isUnsupportedUrl = isUnsupportedUrl;
|
|
121
121
|
exports.normalizeSourceMap = normalizeSourceMap;
|
|
122
|
-
var
|
|
122
|
+
var _nodePath = _interopRequireDefault(__nccwpck_require__(760));
|
|
123
123
|
function _interopRequireDefault(e) {
|
|
124
124
|
return e && e.__esModule ? e : { default: e };
|
|
125
125
|
}
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
}
|
|
169
169
|
async resolveRequests(context, possibleRequests) {
|
|
170
170
|
if (possibleRequests.length === 0) {
|
|
171
|
-
|
|
171
|
+
throw new Error("No possible requests to resolve");
|
|
172
172
|
}
|
|
173
173
|
let result;
|
|
174
174
|
try {
|
|
@@ -192,32 +192,34 @@
|
|
|
192
192
|
IS_SPECIAL_MODULE_IMPORT.test(filename) ||
|
|
193
193
|
lessOptions.webpackImporter === "only"
|
|
194
194
|
) {
|
|
195
|
-
const error = new Error();
|
|
195
|
+
const error = new Error("Next");
|
|
196
196
|
error.type = "Next";
|
|
197
197
|
throw error;
|
|
198
198
|
}
|
|
199
199
|
result = await super.loadFile(filename, ...args);
|
|
200
200
|
} catch (error) {
|
|
201
201
|
if (error.type !== "File" && error.type !== "Next") {
|
|
202
|
-
|
|
202
|
+
throw error;
|
|
203
203
|
}
|
|
204
204
|
try {
|
|
205
205
|
result = await this.resolveFilename(filename, ...args);
|
|
206
|
-
} catch (
|
|
206
|
+
} catch (err) {
|
|
207
207
|
error.message =
|
|
208
208
|
`Less resolver error:\n${error.message}\n\n` +
|
|
209
|
-
`Webpack resolver error details:\n${
|
|
210
|
-
`Webpack resolver error missing:\n${
|
|
211
|
-
|
|
209
|
+
`Webpack resolver error details:\n${err.details}\n\n` +
|
|
210
|
+
`Webpack resolver error missing:\n${err.missing}\n\n`;
|
|
211
|
+
throw error;
|
|
212
212
|
}
|
|
213
213
|
loaderContext.addDependency(result);
|
|
214
214
|
return super.loadFile(result, ...args);
|
|
215
215
|
}
|
|
216
|
-
const absoluteFilename =
|
|
216
|
+
const absoluteFilename = _nodePath.default.isAbsolute(
|
|
217
|
+
result.filename,
|
|
218
|
+
)
|
|
217
219
|
? result.filename
|
|
218
|
-
:
|
|
220
|
+
: _nodePath.default.resolve(".", result.filename);
|
|
219
221
|
loaderContext.addDependency(
|
|
220
|
-
|
|
222
|
+
_nodePath.default.normalize(absoluteFilename),
|
|
221
223
|
);
|
|
222
224
|
return result;
|
|
223
225
|
}
|
|
@@ -240,7 +242,7 @@
|
|
|
240
242
|
filename: loaderContext.resourcePath,
|
|
241
243
|
...options,
|
|
242
244
|
};
|
|
243
|
-
const plugins = lessOptions.plugins
|
|
245
|
+
const plugins = [...lessOptions.plugins];
|
|
244
246
|
const shouldUseWebpackImporter =
|
|
245
247
|
typeof loaderOptions.webpackImporter === "boolean" ||
|
|
246
248
|
loaderOptions.webpackImporter === "only"
|
|
@@ -271,7 +273,7 @@
|
|
|
271
273
|
delete newMap.file;
|
|
272
274
|
newMap.sourceRoot = "";
|
|
273
275
|
newMap.sources = newMap.sources.map((source) =>
|
|
274
|
-
|
|
276
|
+
_nodePath.default.normalize(source),
|
|
275
277
|
);
|
|
276
278
|
return newMap;
|
|
277
279
|
}
|
|
@@ -292,7 +294,7 @@
|
|
|
292
294
|
if (typeof excerpt[0] === "undefined") {
|
|
293
295
|
excerpt.shift();
|
|
294
296
|
}
|
|
295
|
-
excerpt.push(`${
|
|
297
|
+
excerpt.push(`${" ".repeat(column)}^`);
|
|
296
298
|
return excerpt;
|
|
297
299
|
}
|
|
298
300
|
function errorFactory(error) {
|
|
@@ -301,7 +303,7 @@
|
|
|
301
303
|
...getFileExcerptIfPossible(error),
|
|
302
304
|
error.message.charAt(0).toUpperCase() + error.message.slice(1),
|
|
303
305
|
error.filename
|
|
304
|
-
? ` Error in ${
|
|
306
|
+
? ` Error in ${_nodePath.default.normalize(error.filename)} (line ${error.line}, column ${error.column})`
|
|
305
307
|
: "",
|
|
306
308
|
].join("\n");
|
|
307
309
|
const obj = new Error(message, { cause: error });
|
|
@@ -309,12 +311,12 @@
|
|
|
309
311
|
return obj;
|
|
310
312
|
}
|
|
311
313
|
},
|
|
312
|
-
|
|
313
|
-
module.exports = require("path");
|
|
314
|
+
760: (module) => {
|
|
315
|
+
module.exports = require("node:path");
|
|
314
316
|
},
|
|
315
|
-
|
|
317
|
+
490: (module) => {
|
|
316
318
|
module.exports = JSON.parse(
|
|
317
|
-
'{"title":"Less Loader options","type":"object","properties":{"lessOptions":{"description":"Options to pass through to `Less`.","link":"https://github.com/webpack
|
|
319
|
+
'{"title":"Less Loader options","type":"object","properties":{"lessOptions":{"description":"Options to pass through to `Less`.","link":"https://github.com/webpack/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/less-loader#additionalData","anyOf":[{"type":"string"},{"instanceof":"Function"}]},"sourceMap":{"description":"Enables/Disables generation of source maps.","link":"https://github.com/webpack/less-loader#sourcemap","type":"boolean"},"webpackImporter":{"description":"Enables/Disables default `webpack` importer.","link":"https://github.com/webpack/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/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/less-loader#lesslogaswarnorerr","type":"boolean"}},"additionalProperties":false}',
|
|
318
320
|
);
|
|
319
321
|
},
|
|
320
322
|
};
|
|
@@ -340,6 +342,6 @@
|
|
|
340
342
|
}
|
|
341
343
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
342
344
|
__nccwpck_require__.ab = __dirname + "/";
|
|
343
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
345
|
+
var __webpack_exports__ = __nccwpck_require__(710);
|
|
344
346
|
module.exports = __webpack_exports__;
|
|
345
347
|
})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"less-loader","author":"Johannes Ewald @jhnns","version":"12.3.
|
|
1
|
+
{"name":"less-loader","author":"Johannes Ewald @jhnns","version":"12.3.1","funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"license":"MIT","types":"index.d.ts","type":"commonjs"}
|
|
@@ -5319,19 +5319,19 @@
|
|
|
5319
5319
|
module.exports = createColors();
|
|
5320
5320
|
module.exports.createColors = createColors;
|
|
5321
5321
|
},
|
|
5322
|
-
|
|
5322
|
+
591: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
5323
5323
|
"use strict";
|
|
5324
|
-
module.exports = __nccwpck_require__(
|
|
5324
|
+
module.exports = __nccwpck_require__(4897)["default"];
|
|
5325
5325
|
},
|
|
5326
|
-
|
|
5326
|
+
4897: (__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__(
|
|
5334
|
-
var _utils = __nccwpck_require__(
|
|
5333
|
+
var _options = _interopRequireDefault(__nccwpck_require__(153));
|
|
5334
|
+
var _utils = __nccwpck_require__(1948);
|
|
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
|
-
|
|
5512
|
+
1948: (module, exports, __nccwpck_require__) => {
|
|
5513
5513
|
"use strict";
|
|
5514
5514
|
module = __nccwpck_require__.nmd(module);
|
|
5515
5515
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -6625,7 +6625,7 @@
|
|
|
6625
6625
|
return keywords.has(word);
|
|
6626
6626
|
}
|
|
6627
6627
|
},
|
|
6628
|
-
|
|
6628
|
+
153: (module) => {
|
|
6629
6629
|
"use strict";
|
|
6630
6630
|
module.exports = JSON.parse(
|
|
6631
6631
|
'{"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}',
|
|
@@ -6735,6 +6735,6 @@
|
|
|
6735
6735
|
})();
|
|
6736
6736
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
6737
6737
|
__nccwpck_require__.ab = __dirname + "/";
|
|
6738
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
6738
|
+
var __webpack_exports__ = __nccwpck_require__(591);
|
|
6739
6739
|
module.exports = __webpack_exports__;
|
|
6740
6740
|
})();
|
|
@@ -4795,19 +4795,19 @@
|
|
|
4795
4795
|
}
|
|
4796
4796
|
});
|
|
4797
4797
|
},
|
|
4798
|
-
|
|
4798
|
+
250: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4799
4799
|
"use strict";
|
|
4800
|
-
const loader = __nccwpck_require__(
|
|
4800
|
+
const loader = __nccwpck_require__(704);
|
|
4801
4801
|
module.exports = loader.default;
|
|
4802
4802
|
},
|
|
4803
|
-
|
|
4803
|
+
704: (__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__(
|
|
4810
|
-
var _utils = __nccwpck_require__(
|
|
4809
|
+
var _options = _interopRequireDefault(__nccwpck_require__(170));
|
|
4810
|
+
var _utils = __nccwpck_require__(817);
|
|
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
|
-
|
|
4917
|
+
817: (__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
|
-
|
|
5571
|
+
170: (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__(
|
|
5601
|
+
var __webpack_exports__ = __nccwpck_require__(250);
|
|
5602
5602
|
module.exports = __webpack_exports__;
|
|
5603
5603
|
})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"sass-loader","author":"J. Tangelder","version":"16.0.
|
|
1
|
+
{"name":"sass-loader","author":"J. Tangelder","version":"16.0.7","funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"license":"MIT","types":"index.d.ts","type":"commonjs"}
|