fix(static): fix bootstrap usage

This commit is contained in:
2026-07-10 14:49:35 +03:00
parent 29364bb7d4
commit 83fabdd538
4 changed files with 7 additions and 6 deletions

View File

@@ -72,6 +72,9 @@ const config: webpack.Configuration = {
maxEntrypointSize: 512000,
maxAssetSize: 512000,
},
cache: {
type: "filesystem",
},
};
export default config;