UNPKG

react-static

Version:

A progressive static site generator for React

8 lines (6 loc) 196 B
import bundle from './bundle' import exporter from './export' export default (async function build(state) { state = await bundle({ ...state, isBuildCommand: true }) return exporter(state) })