1.0.5 • Published 1 year ago

@genezio/vite-plugin-genezio v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago