0.16.1 • Published 7 months ago

rollup-plugin-solid-labels v0.16.1

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

rollup-plugin-solid-labels

Rollup plugin for solid-labels

NPM JavaScript Style Guide

Install

npm install --D solid-labels rollup-plugin-solid-labels
yarn add -D solid-labels rollup-plugin-solid-labels
pnpm add -D solid-labels rollup-plugin-solid-labels

Usage

import solidLabels from 'rollup-plugin-solid-labels';

///...
solidLabels({
  dev: true, // defaults to false
  disabled: {
    labels: {
      signal: true,
    },
    pragma: {
      '@signal': true,
    },
    ctf: {
      $signal: true,
    },
  },
  filter: {
    include: 'src/**/*.{ts,js,tsx,jsx}',
    exclude: 'node_modules/**/*.{ts,js,tsx,jsx}',
  },
})

Note When you are using a SolidJS Rollup plugin, make sure that solid-labels runs first.

Sponsors

Sponsors

License

MIT © lxsmnsyc

0.16.0

7 months ago

0.15.1

7 months ago

0.16.1

7 months ago

0.15.0

7 months ago

0.14.7

1 year ago

0.14.5

1 year ago

0.14.4

1 year ago

0.14.3

1 year ago

0.14.2

1 year ago

0.14.1

1 year ago

0.14.0

1 year ago