mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-23 20:02:23 +00:00
Merge pull request #13689 from overleaf/ae-runtime-chunk
[webpack] Set optimization.runtimeChunk GitOrigin-RevId: 02f5cfd01d583b3940036b49d09dd99ee7fb7c39
This commit is contained in:
parent
b63cb6e029
commit
7f41883367
1 changed files with 4 additions and 0 deletions
|
@ -91,4 +91,8 @@ module.exports = merge(base, {
|
||||||
/^js\/standard_fonts/,
|
/^js\/standard_fonts/,
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
optimization: {
|
||||||
|
runtimeChunk: 'single',
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue