mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(nx/server): disable chunking for prod
This commit is contained in:
parent
258fe2e452
commit
ab2f0eed74
@ -63,7 +63,7 @@ module.exports = {
|
|||||||
quietDeps: true
|
quietDeps: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
outputHashing: process.env['NODE_ENV'] === 'production' ? 'all' : 'none',
|
outputHashing: false,
|
||||||
optimization: process.env['NODE_ENV'] === 'production',
|
optimization: process.env['NODE_ENV'] === 'production',
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user