increase webpack size limits

This commit is contained in:
Barış Soner Uşaklı
2022-09-20 21:11:08 -04:00
parent ce2d180a23
commit b2c3fcaaf5

View File

@@ -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: [