logo hsb.horse
← Back to tag index

Tags

#vite

Blog posts, snippets, and glossary entries related to "vite", gathered in one place.

Entries 4
  1. Blog
    Implementing 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.

  2. Blog
    Remove 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.

  3. Blog
    My 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.

  4. Blog
    Building 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.