mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Allow non-async chunks to be analysed for shared modules (#14671)
GitOrigin-RevId: a07cd29366b360452461ce3c637cf5803275492c
This commit is contained in:
@@ -108,6 +108,13 @@ module.exports = {
|
||||
library: ['Frontend', '[name]'],
|
||||
},
|
||||
|
||||
optimization: {
|
||||
// https://webpack.js.org/plugins/split-chunks-plugin/#splitchunkschunks
|
||||
splitChunks: {
|
||||
chunks: 'all', // allow non-async chunks to be analysed for shared modules
|
||||
},
|
||||
},
|
||||
|
||||
// Define how file types are handled by webpack
|
||||
module: {
|
||||
rules: [
|
||||
|
||||
Reference in New Issue
Block a user