@rsbuild/core 1.6.5 → 1.6.7-canary-57e2a56d-20251120152633

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.
@@ -1,7 +1,7 @@
1
1
  (() => {
2
2
  "use strict";
3
3
  var __webpack_modules__ = {
4
- 724: (__unused_webpack_module, exports, __nccwpck_require__) => {
4
+ 732: (__unused_webpack_module, exports, __nccwpck_require__) => {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.transformFiles =
7
7
  exports.reduceChunk =
@@ -120,7 +120,7 @@
120
120
  .map(standardizeFilePaths);
121
121
  exports.transformFiles = transformFiles;
122
122
  },
123
- 629: (__unused_webpack_module, exports, __nccwpck_require__) => {
123
+ 301: (__unused_webpack_module, exports, __nccwpck_require__) => {
124
124
  Object.defineProperty(exports, "__esModule", { value: true });
125
125
  exports.normalModuleLoaderHook =
126
126
  exports.getCompilerHooks =
@@ -130,7 +130,7 @@
130
130
  const node_fs_1 = __nccwpck_require__(24);
131
131
  const node_path_1 = __nccwpck_require__(760);
132
132
  const lite_tapable_1 = __nccwpck_require__(408);
133
- const helpers_1 = __nccwpck_require__(724);
133
+ const helpers_1 = __nccwpck_require__(732);
134
134
  const compilerHookMap = new WeakMap();
135
135
  const getCompilerHooks = (compiler) => {
136
136
  let hooks = compilerHookMap.get(compiler);
@@ -313,7 +313,7 @@
313
313
  exports.getCompilerHooks =
314
314
  void 0;
315
315
  const node_path_1 = __nccwpck_require__(760);
316
- const hooks_1 = __nccwpck_require__(629);
316
+ const hooks_1 = __nccwpck_require__(301);
317
317
  Object.defineProperty(exports, "getCompilerHooks", {
318
318
  enumerable: true,
319
319
  get: function () {