The Cloud Native Interactive Landscape is an open-source, browser-only application that loads a static React app for visualizing the cloud native ecosystem:
You can interactively view the results of webpack-bundle-analyzer and here is a snapshot:
I don't understand why @material-ui/core/es
appears in both node_modules
and src
. More generally, I'm trying to understand if our tree-shaking is optimally implemented, or if there's a better way to configure it. I would also appreciate hearing if we're optimally tree-shaking lodash. (Note that we're only targeting evergreen browsers.)
Please feel free to fork the repo and edit webpack.config.prod.js. If you open a pull request, Netlify will build and deploy a test server and you can check for results under test-server-url/report.html
.