mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Increase fork ts webpack memory to 5GB (#94810)
This commit is contained in:
parent
0920e8bcc6
commit
3a7096d0a6
@ -111,7 +111,7 @@ module.exports = (env = {}) => {
|
||||
async: true, // don't block webpack emit
|
||||
typescript: {
|
||||
mode: 'write-references',
|
||||
memoryLimit: 4096,
|
||||
memoryLimit: 5096,
|
||||
diagnosticOptions: {
|
||||
semantic: true,
|
||||
syntactic: true,
|
||||
|
Loading…
Reference in New Issue
Block a user