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