@rspack-canary/browser 1.6.8-canary-ea281acb-20251211080551 → 1.6.8-canary-19c6cd71-20251212173633

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/dist/index.mjs CHANGED
@@ -53389,6 +53389,7 @@ function EsmLibraryPlugin_define_property(obj, key, value) {
53389
53389
  }
53390
53390
  function applyLimits(options, logger) {
53391
53391
  options.optimization.concatenateModules = false;
53392
+ options.optimization.removeEmptyChunks = false;
53392
53393
  options.output.chunkFormat = false;
53393
53394
  if (options.output.chunkLoading && "import" !== options.output.chunkLoading) {
53394
53395
  logger.warn(`\`output.chunkLoading\` should be \`"import"\` or \`false\`, but got ${options.output.chunkLoading}, changed it to \`"import"\``);
@@ -58190,7 +58191,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
58190
58191
  if ("object" == typeof rspackFuture) {
58191
58192
  D(rspackFuture, "bundlerInfo", {});
58192
58193
  if ("object" == typeof rspackFuture.bundlerInfo) {
58193
- D(rspackFuture.bundlerInfo, "version", "1.6.8-canary-ea281acb-20251211080551");
58194
+ D(rspackFuture.bundlerInfo, "version", "1.6.8-canary-19c6cd71-20251212173633");
58194
58195
  D(rspackFuture.bundlerInfo, "bundler", "rspack");
58195
58196
  D(rspackFuture.bundlerInfo, "force", !library);
58196
58197
  }
@@ -62336,7 +62337,7 @@ class MultiStats {
62336
62337
  return obj;
62337
62338
  });
62338
62339
  if (childOptions.version) {
62339
- obj.rspackVersion = "1.6.8-canary-ea281acb-20251211080551";
62340
+ obj.rspackVersion = "1.6.8-canary-19c6cd71-20251212173633";
62340
62341
  obj.version = "5.75.0";
62341
62342
  }
62342
62343
  if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
@@ -63646,7 +63647,7 @@ const SIMPLE_EXTRACTORS = {
63646
63647
  },
63647
63648
  version: (object)=>{
63648
63649
  object.version = "5.75.0";
63649
- object.rspackVersion = "1.6.8-canary-ea281acb-20251211080551";
63650
+ object.rspackVersion = "1.6.8-canary-19c6cd71-20251212173633";
63650
63651
  },
63651
63652
  env: (object, _compilation, _context, { _env })=>{
63652
63653
  object.env = _env;
@@ -66783,7 +66784,7 @@ function transformSync(source, options) {
66783
66784
  const _options = JSON.stringify(options || {});
66784
66785
  return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
66785
66786
  }
66786
- const exports_rspackVersion = "1.6.8-canary-ea281acb-20251211080551";
66787
+ const exports_rspackVersion = "1.6.8-canary-19c6cd71-20251212173633";
66787
66788
  const exports_version = "5.75.0";
66788
66789
  const exports_WebpackError = Error;
66789
66790
  const sources = __webpack_require__("../../node_modules/.pnpm/webpack-sources@3.3.3_patch_hash=b2a26650f08a2359d0a3cd81fa6fa272aa7441a28dd7e601792da5ed5d2b4aee/node_modules/webpack-sources/lib/index.js");
@@ -150,7 +150,6 @@ export declare class ChunkGraph {
150
150
  getModuleId(module: Module): string | number | null
151
151
  _getModuleHash(module: Module, runtime: string | string[] | undefined): string | null
152
152
  getBlockChunkGroup(jsBlock: AsyncDependenciesBlock): ChunkGroup | null
153
- getChunkGroupBlocks(chunkGroup: ChunkGroup): AsyncDependenciesBlock[]
154
153
  }
155
154
 
156
155
  export declare class ChunkGroup {
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack-canary/browser",
3
- "version": "1.6.8-canary-ea281acb-20251211080551",
3
+ "version": "1.6.8-canary-19c6cd71-20251212173633",
4
4
  "webpackVersion": "5.75.0",
5
5
  "license": "MIT",
6
6
  "description": "Rspack for running in the browser. This is still in early stage and may not follow the semver.",