1.2.0 • Published 3 months ago

rollup-plugin-jsxbin2 v1.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 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.2.0

3 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.1.3

6 months ago

1.1.2

6 months ago

1.0.11

6 months ago

1.0.12

6 months ago

1.0.9

1 year ago

1.0.10

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago