0.9.0 • Published 4 months ago

unplugin-thaler v0.9.0

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

unplugin-thaler

Unplugin for thaler

NPM JavaScript Style Guide

Install

npm install thaler
npm install --D unplugin-thaler
yarn add thaler
yarn add -D unplugin-thaler
pnpm add thaler
pnpm add -D unplugin-thaler

Usage

Please check out unplugin to know more about how to use the plugins with unplugin-thaler in your target bundler.

import thaler from 'unplugin-thaler';

// Example: Rollup
thaler.rollup({
  mode: 'server', // or 'client'
  filter: {
    include: 'src/**/*.{ts,js,tsx,jsx}',
    exclude: 'node_modules/**/*.{ts,js,tsx,jsx}',
  },
})

Sponsors

Sponsors

License

MIT © lxsmnsyc

0.9.0

4 months ago

0.8.1

5 months ago

0.7.2

7 months ago

0.8.0

5 months ago

0.7.1

10 months ago

0.7.0

10 months ago

0.6.1

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago