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

0.9.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i unplugin-thaler

Weekly Downloads

3

Version

0.9.0

License

MIT

Unpacked Size

17.1 kB

Total Files

13

Last publish

Collaborators

  • lxsmnsyc