mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add webpack optimization.runtimeChunk
as a configurable setting (#13818)
GitOrigin-RevId: c50a149e77f9d05684de687fb730f3e290fa090e
This commit is contained in:
parent
2665c5598b
commit
0616f945ad
1 changed files with 4 additions and 0 deletions
|
@ -91,4 +91,8 @@ module.exports = merge(base, {
|
|||
preset: 'minimal',
|
||||
colors: true,
|
||||
},
|
||||
|
||||
optimization: {
|
||||
runtimeChunk: process.env.WEBPACK_RUNTIME_CHUNK || false,
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue