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 21def91 commit 28e5d2eCopy full SHA for 28e5d2e
web/next.config.js
@@ -54,9 +54,9 @@ module.exports = {
54
webpack: (config, { dev }) => {
55
console.log({dev})
56
if (dev) {
57
- config.cache = { type: 'filesystem' };
58
- config.infrastructureLogging = { level: 'warn' };
59
- config.stats = 'minimal';
+ // config.cache = { type: 'filesystem' };
+ // config.infrastructureLogging = { level: 'warn' };
+ // config.stats = 'minimal';
60
}
61
config.module.rules.push({
62
test: /\.svg$/,
0 commit comments