diff --git a/.changeset/ten-jokes-clap.md b/.changeset/ten-jokes-clap.md new file mode 100644 index 0000000000..41bb6f7696 --- /dev/null +++ b/.changeset/ten-jokes-clap.md @@ -0,0 +1,5 @@ +--- +"@lynx-js/rspeedy": patch +--- + +docs: remove chunks: 'all' in comments diff --git a/packages/rspeedy/core/src/config/performance/chunk-split.ts b/packages/rspeedy/core/src/config/performance/chunk-split.ts index 0a333c7731..e2195af8de 100644 --- a/packages/rspeedy/core/src/config/performance/chunk-split.ts +++ b/packages/rspeedy/core/src/config/performance/chunk-split.ts @@ -84,7 +84,6 @@ export interface ChunkSplit { * react: { * test: /node_modules[\\/](@lynx-js[\\/]react|react-router)[\\/]/, * name: 'lib-react', - * chunks: 'all', * }, * }, * }, @@ -193,7 +192,6 @@ export interface ChunkSplitCustom { * react: { * test: /node_modules[\\/](@lynx-js[\\/]react|react-router)[\\/]/, * name: 'lib-react', - * chunks: 'all', * }, * }, * },