Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 */ ),
    ]
};

Explore example project for more information.

About

stringify-jsx plugin for rollup

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages