webpack: Reduce logging

e4959c6ccb50ec8a7b2753d2aab938bc61d28e9b

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +4 -0Ignore whitespace
webpack.config.js+4 -0
@@ -5,9 +5,13 @@ export const publicLibConfig = {
55 cache: true,
66 devtool: 'source-map',
77 module: {},
8+ stats: 'minimal',
89 experiments: {
910 outputModule: true,
1011 },
12+ performance: {
13+ hints: false,
14+ },
1115 output: {
1216 filename: 'lib.js',
1317 libraryTarget: 'module',