diff --git a/examples/react-webpack/webpack.config.js b/examples/react-webpack/webpack.config.js index e413b5362..c3390b574 100644 --- a/examples/react-webpack/webpack.config.js +++ b/examples/react-webpack/webpack.config.js @@ -58,6 +58,10 @@ const config = { bundleFileName: getBundleName(buildOptions), }), ], + performance: { + maxEntrypointSize: 8000000, + maxAssetSize: 8000000, + }, }; if (isProd) {