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