Sam Richard
@Snugug
BBQ lead, ChromeOS DevRel. Mostly food, sometimes design and development, especially for the web. 7008px tall. He/him.
An archive of my Twitter timeline up until I moved to Mastodon. You can find me there at @[email protected]
@ScottKellum @sveltejs @vite_js @Firebase @workboxjs It’s a very nice setup. I was even able to take the total weight down by about 10-20KiB and largest chunk down by using manual chunks (rollupjs.org/guide/en/#outputmanualchunks) instead of the default vendor.js
@ScottKellum @sveltejs @vite_js @Firebase @workboxjs * Biggest chunk: Firestore, 364KiB
- Next biggest: Firebase Auth, 103KiB
- Smallest: 0.28KiB (a route)
- All of Svelte (core, store, routing): 16.43KiB
- Biggest route: 34.74KiB
These are all inflated sizes, not gzipped!