mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Webpack: cache lib.js to disk to prevent occasional OOM
This commit is contained in:
@ -24,6 +24,7 @@ export const publicLibConfig = {
|
||||
hints: false,
|
||||
},
|
||||
output: {
|
||||
path: path.resolve(process.cwd(), 'dist'),
|
||||
filename: 'lib.js',
|
||||
libraryTarget: 'module',
|
||||
},
|
||||
|
Reference in New Issue
Block a user