ethereum-org-website
ethereum-org-website copied to clipboard
Fix code splitting issue
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
.
:white_check_mark: ethereum-org-website-dev deploy preview ready
- Deploy preview
- Build logs · 38m build time
Is there any perf monitoring on the repo to determine how much this change improved the bundle size?