Plugin for rollup with covert jsx file to jsxbin
Install the package:
yarn add rollup-plugin-jsxbin -D
// or
npm i rollup-plugin-jsxbin -D
import jsxbin from 'rollup-plugin-jsxbin'
export default {
// ...
plugins: [
jsxbin()
]
}
(c) www.kuaizi.ai