Fix profile not found due to cache

This commit is contained in:
MartinBraquet
2025-10-25 21:40:29 +02:00
parent 21def91427
commit 28e5d2e3f2

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$/,