0.9.0 • Published 2 years ago
unplugin-thaler v0.9.0
unplugin-thaler
Install
npm install thaler
npm install --D unplugin-thaleryarn add thaler
yarn add -D unplugin-thalerpnpm add thaler
pnpm add -D unplugin-thalerUsage
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
License
MIT © lxsmnsyc