mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-18 07:51:02 +00: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',
|
preset: 'minimal',
|
||||||
colors: true,
|
colors: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
optimization: {
|
||||||
|
runtimeChunk: process.env.WEBPACK_RUNTIME_CHUNK || false,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue