vite-plugin-git-commit-hash
Advanced tools
Comparing version
{ | ||
"name": "vite-plugin-git-commit-hash", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "a vite plugin that gets the latest git commit hash", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -14,3 +14,3 @@ # vite-plugin-git-commit-hash | ||
1. vite config | ||
1. ### vite config | ||
```typescript | ||
@@ -32,3 +32,3 @@ import { defineConfig } from "vite"; | ||
2. in your typescript/javascript | ||
2. ### in your typescript/javascript | ||
```javascript | ||
@@ -43,3 +43,3 @@ /** | ||
3. typescript declaration (optional) | ||
3. ### typescript declaration (optional) | ||
```typescript | ||
@@ -46,0 +46,0 @@ /** |
3246
0.37%