0.6.3 • Published 3 months ago

unplugin-solid-marked v0.6.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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({
  origin: 'http://localhost:3000',
  mode: 'server', // or 'client'
  filter: {
    include: 'src/**/*.{ts,js,tsx,jsx}',
    exclude: 'node_modules/**/*.{ts,js,tsx,jsx}',
  },
})

Sponsors

Sponsors

License

MIT © lxsmnsyc

0.6.3

3 months ago

0.6.2

6 months ago

0.6.1

7 months ago

0.6.0

7 months ago

0.5.2

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago