1.0.5 • Published 26 days ago

@genezio/vite-plugin-genezio v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
26 days ago

vite-plugin-genezio

Introduction

This plugin ensures that your development environment remains up-to-date with any changes in the Genezio SDK by watching for overwrites and automatically reloading the Vite dev server.

Example

// vite.config.js
import { defineConfig } from 'vite'
import genezioLocalSDKReload from '@genezio/vite-plugin-genezio'

// https://vitejs.dev/config/
export default defineConfig({
  plugins: [genezioLocalSDKReload()],
})

Install

npm install --save-dev @genezio/vite-plugin-genezio
1.0.5

26 days ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago