mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +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
|
||||
}
|
||||
},
|
||||
outputHashing: process.env['NODE_ENV'] === 'production' ? 'all' : 'none',
|
||||
outputHashing: false,
|
||||
optimization: process.env['NODE_ENV'] === 'production',
|
||||
})
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user