@rsbuild/core 0.7.3 → 0.7.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/postcss-load-config/index.js +10 -10
- package/dist/index.cjs +266 -152
- package/dist/index.js +213 -126
- package/dist-types/config.d.ts +11 -1
- package/dist-types/constants.d.ts +21 -2
- package/dist-types/helpers.d.ts +2 -2
- package/dist-types/index.d.ts +1 -1
- package/dist-types/internal.d.ts +1 -0
- package/dist-types/plugins/{startUrl.d.ts → open.d.ts} +2 -1
- package/dist-types/rspack/HtmlBasicPlugin.d.ts +2 -2
- package/package.json +2 -2
|
@@ -463,7 +463,7 @@ module.exports.lilconfigSync = function lilconfigSync(name, options) {
|
|
|
463
463
|
|
|
464
464
|
/***/ }),
|
|
465
465
|
|
|
466
|
-
/***/
|
|
466
|
+
/***/ 982:
|
|
467
467
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
468
468
|
|
|
469
469
|
// @ts-check
|
|
@@ -471,9 +471,9 @@ const { resolve } = __nccwpck_require__(411)
|
|
|
471
471
|
|
|
472
472
|
const config = __nccwpck_require__(882)
|
|
473
473
|
|
|
474
|
-
const loadOptions = __nccwpck_require__(
|
|
475
|
-
const loadPlugins = __nccwpck_require__(
|
|
476
|
-
const req = __nccwpck_require__(
|
|
474
|
+
const loadOptions = __nccwpck_require__(781)
|
|
475
|
+
const loadPlugins = __nccwpck_require__(279)
|
|
476
|
+
const req = __nccwpck_require__(673)
|
|
477
477
|
|
|
478
478
|
const interopRequireDefault = obj =>
|
|
479
479
|
obj && obj.__esModule ? obj : { default: obj }
|
|
@@ -648,11 +648,11 @@ module.exports = rc
|
|
|
648
648
|
|
|
649
649
|
/***/ }),
|
|
650
650
|
|
|
651
|
-
/***/
|
|
651
|
+
/***/ 781:
|
|
652
652
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
653
653
|
|
|
654
654
|
// @ts-check
|
|
655
|
-
const req = __nccwpck_require__(
|
|
655
|
+
const req = __nccwpck_require__(673)
|
|
656
656
|
|
|
657
657
|
/**
|
|
658
658
|
* Load Options
|
|
@@ -703,11 +703,11 @@ module.exports = options
|
|
|
703
703
|
|
|
704
704
|
/***/ }),
|
|
705
705
|
|
|
706
|
-
/***/
|
|
706
|
+
/***/ 279:
|
|
707
707
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
708
708
|
|
|
709
709
|
// @ts-check
|
|
710
|
-
const req = __nccwpck_require__(
|
|
710
|
+
const req = __nccwpck_require__(673)
|
|
711
711
|
|
|
712
712
|
/**
|
|
713
713
|
* Plugin Loader
|
|
@@ -799,7 +799,7 @@ module.exports = plugins
|
|
|
799
799
|
|
|
800
800
|
/***/ }),
|
|
801
801
|
|
|
802
|
-
/***/
|
|
802
|
+
/***/ 673:
|
|
803
803
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
804
804
|
|
|
805
805
|
// @ts-check
|
|
@@ -1043,7 +1043,7 @@ module.exports = require("yaml");
|
|
|
1043
1043
|
/******/ // startup
|
|
1044
1044
|
/******/ // Load entry module and return exports
|
|
1045
1045
|
/******/ // This entry module is referenced by other modules so it can't be inlined
|
|
1046
|
-
/******/ var __webpack_exports__ = __nccwpck_require__(
|
|
1046
|
+
/******/ var __webpack_exports__ = __nccwpck_require__(982);
|
|
1047
1047
|
/******/ module.exports = __webpack_exports__;
|
|
1048
1048
|
/******/
|
|
1049
1049
|
/******/ })()
|