mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 16:42:24 +01:00
build(webui): increase memory for ForkTsCheckerWebpackPlugin
This commit is contained in:
parent
90d1a8ee96
commit
01a00a7580
1 changed files with 5 additions and 0 deletions
5
komga-webui/fork-ts-checker.config.js
Normal file
5
komga-webui/fork-ts-checker.config.js
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
module.exports = {
|
||||||
|
typescript: {
|
||||||
|
memoryLimit: 4096,
|
||||||
|
},
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue