We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa4847 commit f4fc62cCopy full SHA for f4fc62c
packages/core/src/config.ts
@@ -472,6 +472,7 @@ export async function createConstantRsbuildConfig(): Promise<EnvironmentConfig>
472
moduleIds: 'named',
473
nodeEnv: false,
474
},
475
+ cache: true,
476
experiments: {
477
cache: {
478
type: 'persistent',
website/rspress.config.ts
@@ -83,6 +83,7 @@ export default defineConfig({
83
84
tools: {
85
rspack: {
86
87
88
89
0 commit comments