mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 18:32:23 +08:00
Chore: Increase fork ts webpack memory to 5GB (#94810)
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user