mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-07 15:11:57 +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',
|
mode: 'production',
|
||||||
entry: './public/lib.js',
|
entry: './public/lib.js',
|
||||||
cache: true,
|
cache: true,
|
||||||
devtool: 'source-map',
|
devtool: false,
|
||||||
module: {},
|
module: {},
|
||||||
stats: 'minimal',
|
stats: {
|
||||||
|
preset: 'minimal',
|
||||||
|
assets: false,
|
||||||
|
modules: false,
|
||||||
|
},
|
||||||
experiments: {
|
experiments: {
|
||||||
outputModule: true,
|
outputModule: true,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user