1.5.3 • Published 5 days ago
@wisdom-w/config-vite v1.5.3
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
.npmrc
file with the following content:
public-hoist-pattern[]=!*@wisdom-w/config-vite*
- Create a
vite.config.ts
file with the following content:
For ESM projects:
import { createViteConfig } from '@wisdom-w/config-vite'
export default createViteConfig()
- Append the following
types
content totsconfig.json
:
{
"compilerOptions": {
"types": [
"@wisdom-w/config-vite/global",
],
},
}
1.5.3
5 days ago
1.5.2
2 months ago
1.4.5
3 months ago
1.4.3
3 months ago
1.5.1
3 months ago
1.5.0
3 months ago
1.4.2
3 months ago
1.4.1
3 months ago
1.4.0
3 months ago
1.3.3
3 months ago
1.3.2
3 months ago
1.3.1
3 months ago
1.3.0
3 months ago
1.2.3
3 months ago
1.2.2
3 months ago
1.2.1
3 months ago
1.2.0
3 months ago
1.1.4
3 months ago
1.1.3
3 months ago
1.1.2
3 months ago
1.1.1
3 months ago
1.1.0
3 months ago
1.0.13
3 months ago
1.0.12
3 months ago
1.0.11
3 months ago
1.0.10
3 months ago
1.0.9
3 months ago
1.0.8
3 months ago
1.0.7
3 months ago
1.0.6
3 months ago
1.0.5
3 months ago
1.0.4
3 months ago
1.0.3
3 months ago
1.0.2
3 months ago
1.0.1
3 months ago
1.0.0
3 months ago