webpack: Reduce logging
| @@ -5,9 +5,13 @@ export const publicLibConfig = { | ||
| 5 | 5 | cache: true, |
| 6 | 6 | devtool: 'source-map', |
| 7 | 7 | module: {}, |
| 8 | + stats: 'minimal', | |
| 8 | 9 | experiments: { |
| 9 | 10 | outputModule: true, |
| 10 | 11 | }, |
| 12 | + performance: { | |
| 13 | + hints: false, | |
| 14 | + }, | |
| 11 | 15 | output: { |
| 12 | 16 | filename: 'lib.js', |
| 13 | 17 | libraryTarget: 'module', |