ethereum-org-website icon indicating copy to clipboard operation
ethereum-org-website copied to clipboard

Fix code splitting issue

Open pettinarip opened this issue 1 year ago • 1 comments

With the inclusion of a custom .babelrc (on v4) code splitting stopped working correctly. This is due to a Gatsby bug.

Description

In order to fix it, we have deleted the custom .babelrc (since there seems to be no way of ignoring it from Gatsby) and we have created a custom webpack config file to be used by netlify-lambda.

pettinarip avatar Sep 20 '22 13:09 pettinarip

:white_check_mark: ethereum-org-website-dev deploy preview ready

gatsby-cloud[bot] avatar Sep 20 '22 14:09 gatsby-cloud[bot]

Is there any perf monitoring on the repo to determine how much this change improved the bundle size?

dawsbot avatar Oct 24 '22 21:10 dawsbot