Merge pull request #934 from gradido/silence_webpack

silence webpack, it was very noisy
This commit is contained in:
einhornimmond 2021-10-03 15:59:37 +02:00 committed by GitHub
commit dd79818ea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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