mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-20 15:30:39 +01:00
increase webpack size limits
This commit is contained in:
@@ -38,6 +38,10 @@ module.exports = {
|
||||
poll: 500,
|
||||
aggregateTimeout: 250,
|
||||
},
|
||||
performance: {
|
||||
maxEntrypointSize: 512000,
|
||||
maxAssetSize: 1024000,
|
||||
},
|
||||
resolve: {
|
||||
symlinks: false,
|
||||
modules: [
|
||||
|
||||
Reference in New Issue
Block a user