Recently I updated the plugin and saw a major increase in my bundle size.
With v2.1.1 the size of public/app*.js was 360K which goes to 1.1M when building with v2.1.3. I just build the app with different of this plugin and didn't touch any of the code.
Below is the final build of my app with different versions of the plugin.
Recently I updated the plugin and saw a major increase in my bundle size. With v2.1.1 the size of
public/app*.js
was 360K which goes to 1.1M when building with v2.1.3. I just build the app with different of this plugin and didn't touch any of the code.Below is the final build of my app with different versions of the plugin.
gatsby-plugin-material-ui: v2.1.1
gatsby-plugin-material-ui: v2.1.3
Packages
"@material-ui/core": "^4.1.3" "@material-ui/icons": "^4.2.1" "@material-ui/styles": "^4.1.2" "gatsby": "^2.12.0"