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,
|
cache: true,
|
||||||
devtool: 'source-map',
|
devtool: 'source-map',
|
||||||
module: {},
|
module: {},
|
||||||
|
stats: 'minimal',
|
||||||
experiments: {
|
experiments: {
|
||||||
outputModule: true,
|
outputModule: true,
|
||||||
},
|
},
|
||||||
|
performance: {
|
||||||
|
hints: false,
|
||||||
|
},
|
||||||
output: {
|
output: {
|
||||||
filename: 'lib.js',
|
filename: 'lib.js',
|
||||||
libraryTarget: 'module',
|
libraryTarget: 'module',
|
||||||
|
Reference in New Issue
Block a user