Tags
#vite
Blog posts, snippets, and glossary entries related to "vite", gathered in one place.
Entries 4
- BlogImplementing a Development-Only Live Editor in Astro Projects
How to implement a browser-based editor limited to development mode in Astro. Using Vite middleware and React to make development content management comfortable without affecting production builds at all.
- BlogRemove License Comments from Bundled JS with esbuild/Vite
How to shrink bundle size slightly by removing license comments from output files when building with esbuild or Vite.
- BlogMy First Vite Plugin Implementation: Automatically Generate Build Metadata
How to plug custom logic into the Vite build lifecycle with the Vite Plugin API. Learn through a plugin that generates time-based semantic version metadata.
- BlogBuilding a Full-Featured Google Apps Script Web App with Svelte
How to combine Google Apps Script web app publishing with Svelte to build a feature-rich SPA that uses a spreadsheet as its database.
hsb.horse