Revert "Webpack: cache lib.js to disk to prevent occasional OOM"

This reverts commit f630c8892a.
This commit is contained in:
Cohee
2024-11-28 22:45:45 +02:00
parent f630c8892a
commit afb4acc19b
2 changed files with 1 additions and 6 deletions

View File

@ -24,7 +24,6 @@ export const publicLibConfig = {
hints: false,
},
output: {
path: path.resolve(process.cwd(), 'dist'),
filename: 'lib.js',
libraryTarget: 'module',
},