1.0.10 • Published 4 months ago

rollup-plugin-jsxbin2 v1.0.10

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

rollup-plugin-jsxbin2

Plugin for rollup with covert jsx file to jsxbin(es support)

Installation

yarn add rollup-plugin-jsxbin2 -D
// or
npm i rollup-plugin-jsxbin2 -D
// or
pnpm i rollup-plugin-jsxbin2 -D

Usage

import jsxbin2 from 'rollup-plugin-jsxbin2'
 
export default {
  // ...
  plugins: [
    jsxbin2({file:"foo.jsx"})
  ]
}

Dependencies

if don't install jsxbin, (jsxbin file not in node_modules/.bin folder)

yarn add jsxbin -D
// or
npm i jsxbin -D
// or
pnpm i jsxbin -D

TODO

multi files?

1.0.9

4 months ago

1.0.10

4 months ago

1.0.8

4 months ago

1.0.7

4 months ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago