Skip to content

Commit

Permalink
fix: remove bundle size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Feb 27, 2021
1 parent cb2b94b commit ab8c474
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/react-webpack/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ const config = {
bundleFileName: getBundleName(buildOptions),
}),
],
performance: {
maxEntrypointSize: 8000000,
maxAssetSize: 8000000,
},
};

if (isProd) {
Expand Down

0 comments on commit ab8c474

Please sign in to comment.