Another react library creator which follows latest js libraries
npm install --save rollup-react-library
import React, { Component } from 'react'
import MyComponent from 'rollup-react-library'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
MIT © ruilisi