silence webpack, it was very noisy

This commit is contained in:
Ulf Gebhardt 2021-10-03 10:24:16 +02:00
parent efbdd6bb6a
commit 366d93038c
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -35,6 +35,9 @@ module.exports = {
// 'process.env.PORT': JSON.stringify(process.env.PORT), // 'process.env.PORT': JSON.stringify(process.env.PORT),
}), }),
], ],
infrastructureLogging: {
level: 'warn', // 'none' | 'error' | 'warn' | 'info' | 'log' | 'verbose'
},
}, },
css: { css: {
// Enable CSS source maps. // Enable CSS source maps.