@wyw-in-js/vite
TypeScript icon, indicating that this package has built-in type declarations

0.5.4 • Public • Published

@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.

/@wyw-in-js/vite/

    Package Sidebar

    Install

    npm i @wyw-in-js/vite

    Weekly Downloads

    8,440

    Version

    0.5.4

    License

    MIT

    Unpacked Size

    51.8 kB

    Total Files

    9

    Last publish

    Collaborators

    • layershifter
    • anber