rollup-plugin-stringify-jsx

4.0.0 • Public • Published

rollup-plugin-stringify-jsx

Stringify-jsx plugin for rollup.

Quick start

npm i --save-dev rollup-plugin-stringify-jsx
import stringifyJsx from 'rollup-plugin-stringify-jsx';

export default {
    input: ['src/index.js'],
    output: {
        file: 'build/index.js'
    },
    plugins: [
        stringifyJsx( /* stringify-jsx options */ ),
    ]
};

Package Sidebar

Install

npm i rollup-plugin-stringify-jsx

Weekly Downloads

29

Version

4.0.0

License

MIT

Unpacked Size

3.67 kB

Total Files

6

Last publish

Collaborators

  • targettaiga