diff --git a/webpack/webpack.common.js b/webpack/webpack.common.js index 189681c6..6ba75b12 100644 --- a/webpack/webpack.common.js +++ b/webpack/webpack.common.js @@ -185,6 +185,12 @@ module.exports = env => { stream: env.stream }), new configDiffPlugin() - ] + ], + performance: { + hints: false, + maxEntrypointSize: 512000, + maxAssetSize: 512000 + } + }; }; \ No newline at end of file