Calls with Kent C. Dodds — 148 episodes

136.What's the bundle analysis story in Remix?
04:43
Description
Is there any way to get a bundle analysis on Remix apps, like the Webpack does?
- esbuild analyzer
- Spot in the remix source code to write the file
- Path in the built code:
node_modules/@remix-run/dev/dist/compiler/compileBrowser.js
(around line 244)
fs.writeFileSync('meta.json', JSON.stringify(metafile))
Good luck!
What's the bundle analysis story in Remix?