0.1.1 • Published 8 months ago

vite-plugin-alias v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

vite-plugin-alias

NPM version

Alias auto generation for Vite.

Install

#npm
npm install --save-dev vite-plugin-alias

# yarn
yarn add --dev vite-plugin-alias

# pnpm
pnpm install --save-dev vite-plugin-alias

Usage

Add it to vite.config.js

// vite.config.ts
import Alias from 'vite-plugin-alias'

export default {
  plugins: [
    Alias()
  ]
}

Credits

Thanks to:

0.1.0

10 months ago

0.1.1

8 months ago

0.0.9

11 months ago

0.0.8

12 months ago

0.0.7

1 year ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.1

2 years ago