mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
webpack: Reduce logging
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user