@lynx-js/rspeedy-canary 0.11.1-canary-20250902-95683fb5 → 0.11.1-canary-20250903-af2d59b6

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/CHANGELOG.md CHANGED
@@ -1,9 +1,11 @@
1
1
  # @lynx-js/rspeedy
2
2
 
3
- ## 0.11.1-canary-20250902161135-95683fb550401e664e13f017a8664f67c7746535
3
+ ## 0.11.1-canary-20250903061817-af2d59b699fcbd6a08ea52c1a9b2e4a78ea7226e
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - Disable lazyCompilation by default. ([#1647](https://github.com/lynx-family/lynx-stack/pull/1647))
8
+
7
9
  - Bump Rsbuild v1.5.2 with Rspack v1.5.1. ([#1624](https://github.com/lynx-family/lynx-stack/pull/1624))
8
10
 
9
11
  ## 0.11.0
package/dist/index.d.ts CHANGED
@@ -2978,7 +2978,7 @@ export declare interface Source {
2978
2978
  *
2979
2979
  * - The `paths` field is used to configure {@link Source.alias | Path Aliases}.
2980
2980
  *
2981
- * - Sets the scope and rules for the {@link https://rsbuild.dev/plugins/list/plugin-type-check | Type Check Plugin}.
2981
+ * - Sets the scope and rules for the {@link https://rsbuild.rs/guide/basic/typescript#type-checking | Type Check Plugin}.
2982
2982
  *
2983
2983
  * @example
2984
2984
  *
package/dist/index.js CHANGED
@@ -318,6 +318,7 @@ const defaultDataUriLimit = 2048;
318
318
  function toRsbuildConfig(config) {
319
319
  return {
320
320
  dev: {
321
+ lazyCompilation: false,
321
322
  watchFiles: config.dev?.watchFiles,
322
323
  writeToDisk: config.dev?.writeToDisk ?? true,
323
324
  progressBar: config.dev?.progressBar ?? true
@@ -298,6 +298,7 @@ export const __webpack_modules__ = {
298
298
  function toRsbuildConfig(config) {
299
299
  return {
300
300
  dev: {
301
+ lazyCompilation: false,
301
302
  watchFiles: config.dev?.watchFiles,
302
303
  writeToDisk: config.dev?.writeToDisk ?? true,
303
304
  progressBar: config.dev?.progressBar ?? true
@@ -290,6 +290,7 @@ export const __webpack_modules__ = {
290
290
  function toRsbuildConfig(config) {
291
291
  return {
292
292
  dev: {
293
+ lazyCompilation: false,
293
294
  watchFiles: config.dev?.watchFiles,
294
295
  writeToDisk: config.dev?.writeToDisk ?? true,
295
296
  progressBar: config.dev?.progressBar ?? true
@@ -236,6 +236,7 @@ export const __webpack_modules__ = {
236
236
  function toRsbuildConfig(config) {
237
237
  return {
238
238
  dev: {
239
+ lazyCompilation: false,
239
240
  watchFiles: config.dev?.watchFiles,
240
241
  writeToDisk: config.dev?.writeToDisk ?? true,
241
242
  progressBar: config.dev?.progressBar ?? true
@@ -238,6 +238,7 @@ export const __webpack_modules__ = {
238
238
  function toRsbuildConfig(config) {
239
239
  return {
240
240
  dev: {
241
+ lazyCompilation: false,
241
242
  watchFiles: config.dev?.watchFiles,
242
243
  writeToDisk: config.dev?.writeToDisk ?? true,
243
244
  progressBar: config.dev?.progressBar ?? true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/rspeedy-canary",
3
- "version": "0.11.1-canary-20250902-95683fb5",
3
+ "version": "0.11.1-canary-20250903-af2d59b6",
4
4
  "description": "A webpack/rspack-based frontend toolchain for Lynx",
5
5
  "keywords": [
6
6
  "webpack",