webpack: Remove source-map generation, customize logging
| @@ -3,9 +3,13 @@ export const publicLibConfig = { | ||
| 3 | 3 | mode: 'production', |
| 4 | 4 | entry: './public/lib.js', |
| 5 | 5 | cache: true, |
| 6 | 6 | devtool: 'source-map'false, |
| 7 | 7 | module: {}, |
| 8 | 8 | stats: 'minimal',{ |
| 9 | + preset: 'minimal', | |
| 10 | + assets: false, | |
| 11 | + modules: false, | |
| 12 | + }, | |
| 9 | 13 | experiments: { |
| 10 | 14 | outputModule: true, |
| 11 | 15 | }, |