0.5.3 • Published 14 days ago

@wyw-in-js/vite v0.5.3

Weekly downloads
-
License
MIT
Repository
-
Last release
14 days ago

@wyw-in-js/vite

The package contains WyW-in-JS plugin for Vite.

Installation

# npm
npm i -D @wyw-in-js/vite
# yarn
yarn add --dev @wyw-in-js/vite
# pnpm
pnpm add -D @wyw-in-js/vite

Usage

After installation, add the plugin to your vite.config.js:

import { defineConfig } from 'vite';
import wyw from '@wyw-in-js/vite';

export default defineConfig({
  // ...
  plugins: [wyw()],
});

To get details about supported options by the plugin, please check documentation.

0.5.3

14 days ago

0.5.2

14 days ago

0.5.1

23 days ago

0.5.0

2 months ago

0.4.1

3 months ago

0.4.0

3 months ago

0.3.0

3 months ago

0.2.3

4 months ago

0.2.2

5 months ago

0.2.1

5 months ago

0.2.0

5 months ago

0.1.1

7 months ago