mirror of
https://github.com/flarum/core.git
synced 2025-08-03 15:07:53 +02:00
fix(webpack-config): split chunks can fail in dev mode (#3911)
This commit is contained in:
@@ -102,6 +102,7 @@ module.exports = function () {
|
||||
optimization: {
|
||||
splitChunks: {
|
||||
chunks: 'async',
|
||||
maxAsyncRequests: 1,
|
||||
cacheGroups: {
|
||||
// Avoid node_modules being split into separate chunks
|
||||
defaultVendors: false,
|
||||
|
Reference in New Issue
Block a user