Skip to content

Commit e75f047

Browse files
Merge branch 'main' into rsbuild-rslib
2 parents 2340a06 + c3ef0fe commit e75f047

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/website-new/rspress.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ export default defineConfig({
100100
assetPrefix: true,
101101
writeToDisk: true,
102102
},
103+
performance: {
104+
buildCache: process.env.CONTEXT ? false : true,
105+
},
103106
tools: {
104107
postcss: (config, { addPlugins }) => {
105108
addPlugins([require('tailwindcss/nesting'), require('tailwindcss')]);

0 commit comments

Comments
 (0)