vite-plugin-thaler
TypeScript icon, indicating that this package has built-in type declarations

0.9.0 • Public • Published

vite-plugin-thaler

Vite plugin for thaler

NPM JavaScript Style Guide

Install

npm install thaler
npm install --D vite-plugin-thaler
yarn add thaler
yarn add -D vite-plugin-thaler
pnpm add thaler
pnpm add -D vite-plugin-thaler

Usage

import thaler from 'vite-plugin-thaler';

///...
thaler({
  filter: {
    include: 'src/**/*.{ts,js,tsx,jsx}',
    exclude: 'node_modules/**/*.{ts,js,tsx,jsx}',
  },
})

Sponsors

Sponsors

License

MIT © lxsmnsyc

Readme

Keywords

Package Sidebar

Install

npm i vite-plugin-thaler

Weekly Downloads

2

Version

0.9.0

License

MIT

Unpacked Size

9.1 kB

Total Files

13

Last publish

Collaborators

  • lxsmnsyc