0.0.16 • Published 5 years ago

react-rollup v0.0.16

Weekly downloads
5
License
ISC
Repository
github
Last release
5 years ago

React-Rollup

The React build pipeline ported to Rollup

click for Video presentation, 10 min

Used by lib-create-react-app

© 2018-present Harald Rudell harald.rudell@gmail.com (http://www.haraldrudell.com)

Usage

This project mainly supports lib-create-react-app

It does provide a rollup preset for React that allows for transpiling a React app with css into distributable files

yarn add --dev react-rollup

In rollup.config.js:

options:

  • jail: for rollup-plugin-resolve
  • assetsPath: directory to where assets like fonts are copied

Components

Example Project

link: Hire Harald Rudell

link: Sponsor Harald Rudell

Lib Create React App creates shareable libraries from projects bootstrapped with Create React App.

© 2018-present Harald Rudell harald.rudell@gmail.com (http://www.haraldrudell.com)