mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 14:19:01 +02:00
Add webpack optimization.runtimeChunk as a configurable setting (#13818)
GitOrigin-RevId: c50a149e77f9d05684de687fb730f3e290fa090e
This commit is contained in:
@@ -91,4 +91,8 @@ module.exports = merge(base, {
|
||||
preset: 'minimal',
|
||||
colors: true,
|
||||
},
|
||||
|
||||
optimization: {
|
||||
runtimeChunk: process.env.WEBPACK_RUNTIME_CHUNK || false,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user