Tags

Tags give the ability to mark specific points in history as being important
  • 0.2.1

    Fix Central publication
    
    ### Vite
    
    - Remove dead code (b93042d5)
    
    ### Build & deployment
    
    - Add the necessary metadata for Central (#21, !18)
    
  • 0.2.0

    Multi-project support, local resource dependencies
    
    ### Vite
    
    - Fix an incompatibility with multi-project builds (#19, 1965e887)
    
    ### Examples
    
    - Created a multi-project example which imports resources from another project (#19, !15, !17)
    - Created a TailwindCSS example (#18, !19)
    
  • 0.1.0

    Initial version
    
    ### Vite
    
    - Development execution with 'viteRun'
    - Production build with 'viteBuild'
    - Auto-reload with 'viteCompileDev --continuous'