build(webui): increase memory for ForkTsCheckerWebpackPlugin

This commit is contained in:
Gauthier Roebroeck 2023-10-04 12:02:03 +08:00
parent 90d1a8ee96
commit 01a00a7580

View File

@ -0,0 +1,5 @@
module.exports = {
typescript: {
memoryLimit: 4096,
},
}