2.0.0 • Published 1 year ago
@wisdom-w/config-vite v2.0.0
Vite configuration
Vite configuration and utilities for Vue 3 and TypeScript projects.
How to use
- Install the package:
pnpm add -D @wisdom-w/config-vite- Create a
.npmrcfile with the following content:
public-hoist-pattern[]=!*@wisdom-w/config-vite*- Create a
vite.config.tsfile with the following content:
For ESM projects:
import { createViteConfig } from '@wisdom-w/config-vite'
export default createViteConfig()- Append the following
typescontent totsconfig.json:
{
"compilerOptions": {
"types": [
"@wisdom-w/config-vite/global",
],
},
}2.0.0
1 year ago
1.5.3
1 year ago
1.5.2
1 year ago
1.4.5
2 years ago
1.4.3
2 years ago
1.5.1
1 year ago
1.5.0
1 year ago
1.4.2
2 years ago
1.4.1
2 years ago
1.4.0
2 years ago
1.3.3
2 years ago
1.3.2
2 years ago
1.3.1
2 years ago
1.3.0
2 years ago
1.2.3
2 years ago
1.2.2
2 years ago
1.2.1
2 years ago
1.2.0
2 years ago
1.1.4
2 years ago
1.1.3
2 years ago
1.1.2
2 years ago
1.1.1
2 years ago
1.1.0
2 years ago
1.0.13
2 years ago
1.0.12
2 years ago
1.0.11
2 years ago
1.0.10
2 years ago
1.0.9
2 years ago
1.0.8
2 years ago
1.0.7
2 years ago
1.0.6
2 years ago
1.0.5
2 years 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