Skip to content

Commit f4fc62c

Browse files
committed
chore: update
1 parent ffa4847 commit f4fc62c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/core/src/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ export async function createConstantRsbuildConfig(): Promise<EnvironmentConfig>
472472
moduleIds: 'named',
473473
nodeEnv: false,
474474
},
475+
cache: true,
475476
experiments: {
476477
cache: {
477478
type: 'persistent',

website/rspress.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export default defineConfig({
8383
},
8484
tools: {
8585
rspack: {
86+
cache: true,
8687
experiments: {
8788
cache: {
8889
type: 'persistent',

0 commit comments

Comments
 (0)