@rsbuild/core 1.2.0-beta.1 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/compiled/chokidar/index.js +21 -21
- package/compiled/connect/index.js +49 -49
- package/compiled/connect-history-api-fallback/index.js +4 -4
- package/compiled/cors/index.js +6 -6
- package/compiled/css-loader/index.js +171 -171
- package/compiled/html-rspack-plugin/index.js +24 -24
- package/compiled/http-proxy-middleware/index.js +145 -145
- package/compiled/jiti/index.js +22 -22
- package/compiled/launch-editor-middleware/index.js +36 -36
- package/compiled/on-finished/index.js +6 -6
- package/compiled/open/index.js +19 -19
- package/compiled/picocolors/index.js +2 -2
- package/compiled/postcss/index.js +152 -152
- package/compiled/postcss-load-config/index.js +26 -26
- package/compiled/postcss-loader/index.js +15 -15
- package/compiled/rsbuild-dev-middleware/index.js +140 -140
- package/compiled/rspack-chain/index.js +85 -85
- package/compiled/rspack-manifest-plugin/index.js +12 -12
- package/compiled/sirv/index.js +18 -18
- package/compiled/style-loader/index.js +13 -13
- package/compiled/tinyglobby/index.js +70 -70
- package/compiled/webpack-bundle-analyzer/index.js +197 -197
- package/compiled/webpack-merge/index.js +29 -29
- package/compiled/ws/index.js +81 -81
- package/dist/index.cjs +156 -143
- package/dist/index.js +156 -143
- package/dist-types/configChain.d.ts +2 -0
- package/dist-types/helpers/path.d.ts +6 -0
- package/dist-types/plugins/css.d.ts +2 -1
- package/dist-types/types/config.d.ts +1 -1
- package/package.json +5 -5
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(() => {
|
|
2
2
|
var __webpack_modules__ = {
|
|
3
|
-
|
|
3
|
+
670: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4
4
|
"use strict";
|
|
5
|
-
const { HtmlWebpackChildCompiler } = __nccwpck_require__(
|
|
5
|
+
const { HtmlWebpackChildCompiler } = __nccwpck_require__(759);
|
|
6
6
|
const compilerMap = new WeakMap();
|
|
7
7
|
class CachedChildCompilation {
|
|
8
8
|
constructor(compiler) {
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
}
|
|
305
305
|
module.exports = { CachedChildCompilation };
|
|
306
306
|
},
|
|
307
|
-
|
|
307
|
+
759: (module) => {
|
|
308
308
|
"use strict";
|
|
309
309
|
class HtmlWebpackChildCompiler {
|
|
310
310
|
constructor(templates) {
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
}
|
|
474
474
|
module.exports = { HtmlWebpackChildCompiler };
|
|
475
475
|
},
|
|
476
|
-
|
|
476
|
+
253: (module) => {
|
|
477
477
|
"use strict";
|
|
478
478
|
module.exports = {};
|
|
479
479
|
module.exports.none = (chunks) => chunks;
|
|
@@ -492,7 +492,7 @@
|
|
|
492
492
|
};
|
|
493
493
|
module.exports.auto = module.exports.none;
|
|
494
494
|
},
|
|
495
|
-
|
|
495
|
+
100: (module) => {
|
|
496
496
|
"use strict";
|
|
497
497
|
module.exports = function (err) {
|
|
498
498
|
return {
|
|
@@ -513,9 +513,9 @@
|
|
|
513
513
|
};
|
|
514
514
|
};
|
|
515
515
|
},
|
|
516
|
-
|
|
516
|
+
811: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
517
517
|
"use strict";
|
|
518
|
-
const { AsyncSeriesWaterfallHook } = __nccwpck_require__(
|
|
518
|
+
const { AsyncSeriesWaterfallHook } = __nccwpck_require__(408);
|
|
519
519
|
const htmlWebpackPluginHooksMap = new WeakMap();
|
|
520
520
|
function getHtmlRspackPluginHooks(compilation) {
|
|
521
521
|
let hooks = htmlWebpackPluginHooksMap.get(compilation);
|
|
@@ -539,7 +539,7 @@
|
|
|
539
539
|
}
|
|
540
540
|
module.exports = { getHtmlRspackPluginHooks };
|
|
541
541
|
},
|
|
542
|
-
|
|
542
|
+
882: (module) => {
|
|
543
543
|
const voidTags = [
|
|
544
544
|
"area",
|
|
545
545
|
"base",
|
|
@@ -607,19 +607,19 @@
|
|
|
607
607
|
htmlTagObjectToString,
|
|
608
608
|
};
|
|
609
609
|
},
|
|
610
|
-
|
|
610
|
+
923: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
611
611
|
"use strict";
|
|
612
|
-
const promisify = __nccwpck_require__(
|
|
613
|
-
const vm = __nccwpck_require__(
|
|
614
|
-
const fs = __nccwpck_require__(
|
|
615
|
-
const path = __nccwpck_require__(
|
|
616
|
-
const { CachedChildCompilation } = __nccwpck_require__(
|
|
612
|
+
const promisify = __nccwpck_require__(23).promisify;
|
|
613
|
+
const vm = __nccwpck_require__(154);
|
|
614
|
+
const fs = __nccwpck_require__(896);
|
|
615
|
+
const path = __nccwpck_require__(928);
|
|
616
|
+
const { CachedChildCompilation } = __nccwpck_require__(670);
|
|
617
617
|
const { createHtmlTagObject, htmlTagObjectToString, HtmlTagArray } =
|
|
618
|
-
__nccwpck_require__(
|
|
619
|
-
const prettyError = __nccwpck_require__(
|
|
620
|
-
const chunkSorter = __nccwpck_require__(
|
|
618
|
+
__nccwpck_require__(882);
|
|
619
|
+
const prettyError = __nccwpck_require__(100);
|
|
620
|
+
const chunkSorter = __nccwpck_require__(253);
|
|
621
621
|
const getHtmlRspackPluginHooks =
|
|
622
|
-
__nccwpck_require__(
|
|
622
|
+
__nccwpck_require__(811).getHtmlRspackPluginHooks;
|
|
623
623
|
class HtmlRspackPlugin {
|
|
624
624
|
constructor(userOptions = {}) {
|
|
625
625
|
this.version = HtmlRspackPlugin.version;
|
|
@@ -1535,23 +1535,23 @@
|
|
|
1535
1535
|
HtmlRspackPlugin.createHtmlTagObject = createHtmlTagObject;
|
|
1536
1536
|
module.exports = HtmlRspackPlugin;
|
|
1537
1537
|
},
|
|
1538
|
-
|
|
1538
|
+
408: (module) => {
|
|
1539
1539
|
"use strict";
|
|
1540
1540
|
module.exports = require("@rspack/lite-tapable");
|
|
1541
1541
|
},
|
|
1542
|
-
|
|
1542
|
+
896: (module) => {
|
|
1543
1543
|
"use strict";
|
|
1544
1544
|
module.exports = require("fs");
|
|
1545
1545
|
},
|
|
1546
|
-
|
|
1546
|
+
928: (module) => {
|
|
1547
1547
|
"use strict";
|
|
1548
1548
|
module.exports = require("path");
|
|
1549
1549
|
},
|
|
1550
|
-
|
|
1550
|
+
23: (module) => {
|
|
1551
1551
|
"use strict";
|
|
1552
1552
|
module.exports = require("util");
|
|
1553
1553
|
},
|
|
1554
|
-
|
|
1554
|
+
154: (module) => {
|
|
1555
1555
|
"use strict";
|
|
1556
1556
|
module.exports = require("vm");
|
|
1557
1557
|
},
|
|
@@ -1578,6 +1578,6 @@
|
|
|
1578
1578
|
}
|
|
1579
1579
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
1580
1580
|
__nccwpck_require__.ab = __dirname + "/";
|
|
1581
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
1581
|
+
var __webpack_exports__ = __nccwpck_require__(923);
|
|
1582
1582
|
module.exports = __webpack_exports__;
|
|
1583
1583
|
})();
|