mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-05 21:46:49 +01:00
webpack: Remove source-map generation, customize logging
This commit is contained in:
parent
e4959c6ccb
commit
f7796274ff
@ -3,9 +3,13 @@ export const publicLibConfig = {
|
||||
mode: 'production',
|
||||
entry: './public/lib.js',
|
||||
cache: true,
|
||||
devtool: 'source-map',
|
||||
devtool: false,
|
||||
module: {},
|
||||
stats: 'minimal',
|
||||
stats: {
|
||||
preset: 'minimal',
|
||||
assets: false,
|
||||
modules: false,
|
||||
},
|
||||
experiments: {
|
||||
outputModule: true,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user