webpack: Remove source-map generation, customize logging

f7796274ff4c2a4b7dd2fc753ae28ade7895767d

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

1 files changed, +6 -2Ignore whitespace
webpack.config.js+6 -2
@@ -3,9 +3,13 @@ export const publicLibConfig = {
33 mode: 'production',
44 entry: './public/lib.js',
55 cache: true,
66 devtool: 'source-map'false,
77 module: {},
88 stats: 'minimal',{
9+ preset: 'minimal',
10+ assets: false,
11+ modules: false,
12+ },
913 experiments: {
1014 outputModule: true,
1115 },