diff --git a/Props/webpack.common.js b/Props/webpack.common.js index cb6668c..c5412cc 100644 --- a/Props/webpack.common.js +++ b/Props/webpack.common.js @@ -72,7 +72,11 @@ let config = { } ], }) - ] + ], + performance: { + maxEntrypointSize: 1048576, + maxAssetSize: 1048576 + }, }; module.exports = config;