Merge pull request #13689 from overleaf/ae-runtime-chunk

[webpack] Set optimization.runtimeChunk

GitOrigin-RevId: 02f5cfd01d583b3940036b49d09dd99ee7fb7c39
This commit is contained in:
Alf Eaton 2023-07-07 07:34:59 +01:00 committed by Copybot
parent b63cb6e029
commit 7f41883367

View file

@ -91,4 +91,8 @@ module.exports = merge(base, {
/^js\/standard_fonts/, /^js\/standard_fonts/,
], ],
}, },
optimization: {
runtimeChunk: 'single',
},
}) })