The team is now working on the WordPress Interactivity API. This unblocks the same UX Frontity framework enabled but directly in WordPress Core, fully compatible with the new Site Editor.
I see that there is an “analyze” folder in the “build” folder after running frontity build.
I’m looking for a way to generate the Webpack stats json that can be used on https://webpack.github.io/analyse/ to do more in-depth analysis, such as the dependency gragh showing relationships between all bundled modules.
Hey @fancheng33, we have just released a way to configure Webpack, so you should be able to use that to export the webpack stats or use other analyzer plugins.