@unpackjs/core 2.4.2 → 2.4.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 +22 -20
- package/compiled/less-loader/index.js +8 -8
- package/compiled/postcss-loader/index.js +8 -8
- package/compiled/sass-loader/index.d.ts +1 -961
- package/compiled/sass-loader/index.js +8 -8
- package/compiled/sass-loader/index1.js +4 -2
- package/dist/index.cjs +5 -5
- package/dist/index.js +5 -5
- package/dist-types/types/config.d.ts +2 -2
- package/dist-types/types/config.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -4795,19 +4795,19 @@
|
|
|
4795
4795
|
}
|
|
4796
4796
|
});
|
|
4797
4797
|
},
|
|
4798
|
-
|
|
4798
|
+
114: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4799
4799
|
"use strict";
|
|
4800
|
-
const loader = __nccwpck_require__(
|
|
4800
|
+
const loader = __nccwpck_require__(696);
|
|
4801
4801
|
module.exports = loader.default;
|
|
4802
4802
|
},
|
|
4803
|
-
|
|
4803
|
+
696: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
4804
4804
|
"use strict";
|
|
4805
4805
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4806
4806
|
exports["default"] = void 0;
|
|
4807
4807
|
var _url = _interopRequireDefault(__nccwpck_require__(16));
|
|
4808
4808
|
var _path = _interopRequireDefault(__nccwpck_require__(928));
|
|
4809
|
-
var _options = _interopRequireDefault(__nccwpck_require__(
|
|
4810
|
-
var _utils = __nccwpck_require__(
|
|
4809
|
+
var _options = _interopRequireDefault(__nccwpck_require__(617));
|
|
4810
|
+
var _utils = __nccwpck_require__(57);
|
|
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
|
+
57: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
4921
4921
|
"use strict";
|
|
4922
4922
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4923
4923
|
exports.errorFactory = errorFactory;
|
|
@@ -5582,7 +5582,7 @@
|
|
|
5582
5582
|
"use strict";
|
|
5583
5583
|
module.exports = require("url");
|
|
5584
5584
|
},
|
|
5585
|
-
|
|
5585
|
+
617: (module) => {
|
|
5586
5586
|
"use strict";
|
|
5587
5587
|
module.exports = JSON.parse(
|
|
5588
5588
|
'{"title":"Sass Loader options","type":"object","properties":{"implementation":{"description":"The implementation of the sass to be used.","link":"https://github.com/webpack-contrib/sass-loader#implementation","anyOf":[{"type":"string"},{"type":"object"}]},"api":{"description":"Switch between old and modern API for `sass` (`Dart Sass`) and `Sass Embedded` implementations.","link":"https://github.com/webpack-contrib/sass-loader#sassoptions","enum":["legacy","modern","modern-compiler"]},"sassOptions":{"description":"Options for `node-sass` or `sass` (`Dart Sass`) implementation.","link":"https://github.com/webpack-contrib/sass-loader#sassoptions","anyOf":[{"type":"object","additionalProperties":true},{"instanceof":"Function"}]},"additionalData":{"description":"Prepends/Appends `Sass`/`SCSS` code before the actual entry file.","link":"https://github.com/webpack-contrib/sass-loader#additionaldata","anyOf":[{"type":"string"},{"instanceof":"Function"}]},"sourceMap":{"description":"Enables/Disables generation of source maps.","link":"https://github.com/webpack-contrib/sass-loader#sourcemap","type":"boolean"},"webpackImporter":{"description":"Enables/Disables default `webpack` importer.","link":"https://github.com/webpack-contrib/sass-loader#webpackimporter","type":"boolean"},"warnRuleAsWarning":{"description":"Treats the \'@warn\' rule as a webpack warning.","link":"https://github.com/webpack-contrib/sass-loader#warnruleaswarning","type":"boolean"}},"additionalProperties":false}',
|
|
@@ -5612,6 +5612,6 @@
|
|
|
5612
5612
|
}
|
|
5613
5613
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
5614
5614
|
__nccwpck_require__.ab = __dirname + "/";
|
|
5615
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
5615
|
+
var __webpack_exports__ = __nccwpck_require__(114);
|
|
5616
5616
|
module.exports = __webpack_exports__;
|
|
5617
5617
|
})();
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// MIT-style license that can be found in the LICENSE file or at
|
|
4
4
|
// https://opensource.org/licenses/MIT.
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.NULL = exports.FALSE = exports.TRUE = exports.Logger = exports.info = exports.renderSync = exports.render = exports.Version = exports.deprecations = exports.Compiler = exports.initCompiler = exports.AsyncCompiler = exports.initAsyncCompiler = exports.NodePackageImporter = exports.compileStringAsync = exports.compileAsync = exports.compileString = exports.compile = exports.Exception = exports.types = exports.SassCalculation = exports.CalculationInterpolation = exports.CalculationOperation = exports.sassNull = exports.Value = exports.SassString = exports.SassNumber = exports.SassMixin = exports.SassMap = exports.SassFunction = exports.SassColor = exports.sassTrue = exports.sassFalse = exports.SassArgumentList = exports.SassList = void 0;
|
|
6
|
+
exports.NULL = exports.FALSE = exports.TRUE = exports.Logger = exports.info = exports.renderSync = exports.render = exports.Version = exports.deprecations = exports.Compiler = exports.initCompiler = exports.AsyncCompiler = exports.initAsyncCompiler = exports.NodePackageImporter = exports.compileStringAsync = exports.compileAsync = exports.compileString = exports.compile = exports.Exception = exports.types = exports.SassCalculation = exports.CalculationInterpolation = exports.CalculationOperation = exports.sassNull = exports.Value = exports.SassString = exports.SassNumber = exports.SassMixin = exports.SassMap = exports.SassFunction = exports.SassColor = exports.sassTrue = exports.sassFalse = exports.SassBoolean = exports.SassArgumentList = exports.SassList = void 0;
|
|
7
7
|
const pkg = require("../package.json");
|
|
8
8
|
const boolean_1 = require("./src/value/boolean");
|
|
9
9
|
const null_1 = require("./src/value/null");
|
|
@@ -12,6 +12,7 @@ Object.defineProperty(exports, "SassList", { enumerable: true, get: function ()
|
|
|
12
12
|
var argument_list_1 = require("./src/value/argument-list");
|
|
13
13
|
Object.defineProperty(exports, "SassArgumentList", { enumerable: true, get: function () { return argument_list_1.SassArgumentList; } });
|
|
14
14
|
var boolean_2 = require("./src/value/boolean");
|
|
15
|
+
Object.defineProperty(exports, "SassBoolean", { enumerable: true, get: function () { return boolean_2.SassBoolean; } });
|
|
15
16
|
Object.defineProperty(exports, "sassFalse", { enumerable: true, get: function () { return boolean_2.sassFalse; } });
|
|
16
17
|
Object.defineProperty(exports, "sassTrue", { enumerable: true, get: function () { return boolean_2.sassTrue; } });
|
|
17
18
|
var color_1 = require("./src/value/color");
|
|
@@ -51,7 +52,8 @@ Object.defineProperty(exports, "initCompiler", { enumerable: true, get: function
|
|
|
51
52
|
Object.defineProperty(exports, "Compiler", { enumerable: true, get: function () { return sync_1.Compiler; } });
|
|
52
53
|
var deprecations_1 = require("./src/deprecations");
|
|
53
54
|
Object.defineProperty(exports, "deprecations", { enumerable: true, get: function () { return deprecations_1.deprecations; } });
|
|
54
|
-
|
|
55
|
+
var version_1 = require("./src/version");
|
|
56
|
+
Object.defineProperty(exports, "Version", { enumerable: true, get: function () { return version_1.Version; } });
|
|
55
57
|
var legacy_1 = require("./src/legacy");
|
|
56
58
|
Object.defineProperty(exports, "render", { enumerable: true, get: function () { return legacy_1.render; } });
|
|
57
59
|
Object.defineProperty(exports, "renderSync", { enumerable: true, get: function () { return legacy_1.renderSync; } });
|
package/dist/index.cjs
CHANGED
|
@@ -390,9 +390,9 @@ for(var __webpack_i__ in (()=>{
|
|
|
390
390
|
logger_logger.warn(`could not find config file: ${customConfigPath}`);
|
|
391
391
|
}
|
|
392
392
|
for (let file of [
|
|
393
|
+
'unpack.config.mjs',
|
|
393
394
|
'unpack.config.ts',
|
|
394
395
|
'unpack.config.js',
|
|
395
|
-
'unpack.config.mjs',
|
|
396
396
|
'unpack.config.cjs',
|
|
397
397
|
'unpack.config.mts',
|
|
398
398
|
'unpack.config.cts'
|
|
@@ -666,7 +666,7 @@ for(var __webpack_i__ in (()=>{
|
|
|
666
666
|
apply(compiler) {
|
|
667
667
|
let meta = JSON.stringify({
|
|
668
668
|
name: jsMinify_PLUGIN_NAME,
|
|
669
|
-
version: "2.4.
|
|
669
|
+
version: "2.4.4",
|
|
670
670
|
options: this.minifyOptions
|
|
671
671
|
});
|
|
672
672
|
compiler.hooks.compilation.tap(jsMinify_PLUGIN_NAME, (compilation)=>{
|
|
@@ -1881,7 +1881,7 @@ for(var __webpack_i__ in (()=>{
|
|
|
1881
1881
|
(null == (_req_headers_accept = req.headers.accept) ? void 0 : _req_headers_accept.includes('html')) && (req.url = '/index.html'), next();
|
|
1882
1882
|
}), isRspack && middlewares.unshift(core_namespaceObject.experiments.lazyCompilationMiddleware(compiler)), middlewares);
|
|
1883
1883
|
let server = new (external_webpack_dev_server_default())(devServerOptions, compiler);
|
|
1884
|
-
await server.start(), logger_logger.greet(` ${colors.green(`${colors.bold(unpackConfig._context.callerName.toUpperCase())} v2.4.
|
|
1884
|
+
await server.start(), logger_logger.greet(` ${colors.green(`${colors.bold(unpackConfig._context.callerName.toUpperCase())} v2.4.4`)} ${colors.dim(`ready in ${colors.reset(Math.ceil(performance.now() - global.__unpack_start_time))}ms`)}\n`), function(port) {
|
|
1885
1885
|
let addressUrls = getAddressUrls({
|
|
1886
1886
|
port
|
|
1887
1887
|
});
|
|
@@ -1935,7 +1935,7 @@ for(var __webpack_i__ in (()=>{
|
|
|
1935
1935
|
]
|
|
1936
1936
|
}, _context = {
|
|
1937
1937
|
callerName,
|
|
1938
|
-
version: "2.4.
|
|
1938
|
+
version: "2.4.4"
|
|
1939
1939
|
}, { plugins, bundlerConfig, ...rest } = mergeConfig(defaultConfig, config);
|
|
1940
1940
|
for (let plugin of getNormalizedPluginsByHook('config', plugins))rest = await plugin.config(rest, {
|
|
1941
1941
|
..._context,
|
|
@@ -1950,7 +1950,7 @@ for(var __webpack_i__ in (()=>{
|
|
|
1950
1950
|
};
|
|
1951
1951
|
return {
|
|
1952
1952
|
build: async ({ watch } = {})=>{
|
|
1953
|
-
setNodeEnv(watch ? 'development' : 'production'), console.log(colors.rainbow(`${callerName} v2.4.
|
|
1953
|
+
setNodeEnv(watch ? 'development' : 'production'), console.log(colors.rainbow(`${callerName} v2.4.4`), colors.green(`building for ${watch ? 'development' : 'production'}...`)), unpackBuild(await resolveConfig());
|
|
1954
1954
|
},
|
|
1955
1955
|
dev: async ()=>{
|
|
1956
1956
|
global.__unpack_start_time = performance.now(), setNodeEnv('development'), setDevServer(!0), unpackDev(await resolveConfig());
|
package/dist/index.js
CHANGED
|
@@ -324,9 +324,9 @@ function resolveConfigPath(root, customConfig) {
|
|
|
324
324
|
logger_logger.warn(`could not find config file: ${customConfigPath}`);
|
|
325
325
|
}
|
|
326
326
|
for (let file of [
|
|
327
|
+
'unpack.config.mjs',
|
|
327
328
|
'unpack.config.ts',
|
|
328
329
|
'unpack.config.js',
|
|
329
|
-
'unpack.config.mjs',
|
|
330
330
|
'unpack.config.cjs',
|
|
331
331
|
'unpack.config.mts',
|
|
332
332
|
'unpack.config.cts'
|
|
@@ -592,7 +592,7 @@ class JsMinifyPlugin {
|
|
|
592
592
|
apply(compiler) {
|
|
593
593
|
let meta = JSON.stringify({
|
|
594
594
|
name: jsMinify_PLUGIN_NAME,
|
|
595
|
-
version: "2.4.
|
|
595
|
+
version: "2.4.4",
|
|
596
596
|
options: this.minifyOptions
|
|
597
597
|
});
|
|
598
598
|
compiler.hooks.compilation.tap(jsMinify_PLUGIN_NAME, (compilation)=>{
|
|
@@ -1795,7 +1795,7 @@ async function unpackDev(originalUnpackConfig) {
|
|
|
1795
1795
|
(null == (_req_headers_accept = req.headers.accept) ? void 0 : _req_headers_accept.includes('html')) && (req.url = '/index.html'), next();
|
|
1796
1796
|
}), isRspack && middlewares.unshift(experiments.lazyCompilationMiddleware(compiler)), middlewares);
|
|
1797
1797
|
let server = new webpack_dev_server(devServerOptions, compiler);
|
|
1798
|
-
await server.start(), logger_logger.greet(` ${colors.green(`${colors.bold(unpackConfig._context.callerName.toUpperCase())} v2.4.
|
|
1798
|
+
await server.start(), logger_logger.greet(` ${colors.green(`${colors.bold(unpackConfig._context.callerName.toUpperCase())} v2.4.4`)} ${colors.dim(`ready in ${colors.reset(Math.ceil(performance.now() - global.__unpack_start_time))}ms`)}\n`), getAddressUrls({
|
|
1799
1799
|
port: port
|
|
1800
1800
|
}).forEach((addr)=>{
|
|
1801
1801
|
let url;
|
|
@@ -1846,7 +1846,7 @@ function createUnpack({ cwd = process.cwd(), config, callerName = 'unpack' }) {
|
|
|
1846
1846
|
]
|
|
1847
1847
|
}, _context = {
|
|
1848
1848
|
callerName,
|
|
1849
|
-
version: "2.4.
|
|
1849
|
+
version: "2.4.4"
|
|
1850
1850
|
}, { plugins, bundlerConfig, ...rest } = mergeConfig(defaultConfig, config);
|
|
1851
1851
|
for (let plugin of getNormalizedPluginsByHook('config', plugins))rest = await plugin.config(rest, {
|
|
1852
1852
|
..._context,
|
|
@@ -1861,7 +1861,7 @@ function createUnpack({ cwd = process.cwd(), config, callerName = 'unpack' }) {
|
|
|
1861
1861
|
};
|
|
1862
1862
|
return {
|
|
1863
1863
|
build: async ({ watch } = {})=>{
|
|
1864
|
-
setNodeEnv(watch ? 'development' : 'production'), console.log(colors.rainbow(`${callerName} v2.4.
|
|
1864
|
+
setNodeEnv(watch ? 'development' : 'production'), console.log(colors.rainbow(`${callerName} v2.4.4`), colors.green(`building for ${watch ? 'development' : 'production'}...`)), unpackBuild(await resolveConfig());
|
|
1865
1865
|
},
|
|
1866
1866
|
dev: async ()=>{
|
|
1867
1867
|
global.__unpack_start_time = performance.now(), setNodeEnv('development'), setDevServer(!0), unpackDev(await resolveConfig());
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Configuration, LoaderContext } from '@rspack/core';
|
|
2
|
-
import type SassLoader from '../../compiled/sass-loader';
|
|
3
2
|
import type { AcceptedPlugin, ProcessOptions } from 'postcss';
|
|
3
|
+
import type { Options as SassOptions } from 'sass-embedded';
|
|
4
4
|
import type { ChunkSplit } from './chunkSplit';
|
|
5
5
|
import type { LightningcssMinifyPluginOptions, LightningcssTransformOptions } from './lightningcss';
|
|
6
6
|
import type { OxcMinifyPluginOptions } from './oxc';
|
|
@@ -75,7 +75,7 @@ export type UnpackConfig = {
|
|
|
75
75
|
postcss?: PostCSSOptions | ((loaderContext: LoaderContext) => PostCSSOptions);
|
|
76
76
|
lightningcss?: LightningcssTransformOptions;
|
|
77
77
|
less?: Less.Options;
|
|
78
|
-
sass?:
|
|
78
|
+
sass?: SassOptions<'async'>;
|
|
79
79
|
};
|
|
80
80
|
resolve?: {
|
|
81
81
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../src/types/config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,cAAc,CAAA;AAChE,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../src/types/config.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unpackjs/core",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/cors": "2.8.19",
|
|
30
30
|
"@types/express": "5.0.3",
|
|
31
|
-
"@types/sass-loader": "8.0.9",
|
|
32
31
|
"css-loader": "7.1.2",
|
|
33
32
|
"less-loader": "12.3.0",
|
|
34
33
|
"postcss-loader": "8.1.1",
|
|
34
|
+
"sass-embedded": "1.89.2",
|
|
35
35
|
"sass-loader": "16.0.5",
|
|
36
36
|
"semver": "7.7.2",
|
|
37
37
|
"style-loader": "4.0.0",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"webpack-merge": "6.0.1"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@rspack/core": "1.4.
|
|
42
|
+
"@rspack/core": "1.4.5",
|
|
43
43
|
"@types/less": "3.0.8",
|
|
44
44
|
"chokidar": "4.0.3",
|
|
45
45
|
"copy-webpack-plugin": "13.0.0",
|