webpack: Reduce logging

This commit is contained in:
Cohee 2024-10-17 00:49:06 +03:00
parent c3f62b8699
commit e4959c6ccb

View File

@ -5,9 +5,13 @@ export const publicLibConfig = {
cache: true,
devtool: 'source-map',
module: {},
stats: 'minimal',
experiments: {
outputModule: true,
},
performance: {
hints: false,
},
output: {
filename: 'lib.js',
libraryTarget: 'module',