Re enable dev cache

This commit is contained in:
MartinBraquet
2025-10-25 23:00:40 +02:00
parent deadb56aaa
commit 8fd906223c

View File

@@ -54,9 +54,9 @@ module.exports = {
webpack: (config, { dev }) => {
console.log({dev})
if (dev) {
// config.cache = { type: 'filesystem' };
// config.infrastructureLogging = { level: 'warn' };
// config.stats = 'minimal';
config.cache = { type: 'filesystem' };
config.infrastructureLogging = { level: 'warn' };
config.stats = 'minimal';
}
config.module.rules.push({
test: /\.svg$/,