1.0.0 • Published 2 years ago

@hadeshe93/builder-vite v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

A chainable tool work with vite just like "webpack-chain".

And i am still working on it.

Installation

$ npm install @hadeshe93/vite-chain

Usage

import ViteChain from '@hadeshe93/vite-chain';
import vue from '@vitejs/plugin-vue'
const chainConfig = new ViteChain();

const finalViteConfig =
  chainConfig
    .plugin('vue')
      .use(vue())
      .end()
    .toConfig();
1.0.0

2 years ago

0.2.11

2 years ago

0.2.10

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago