mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-09 16:49:01 +01:00
webpack: Reduce logging
This commit is contained in:
parent
c3f62b8699
commit
e4959c6ccb
@ -5,9 +5,13 @@ export const publicLibConfig = {
|
||||
cache: true,
|
||||
devtool: 'source-map',
|
||||
module: {},
|
||||
stats: 'minimal',
|
||||
experiments: {
|
||||
outputModule: true,
|
||||
},
|
||||
performance: {
|
||||
hints: false,
|
||||
},
|
||||
output: {
|
||||
filename: 'lib.js',
|
||||
libraryTarget: 'module',
|
||||
|
Loading…
x
Reference in New Issue
Block a user