@mapbox/batfish
Version:
The React-powered static-site generator you didn't know you wanted
37 lines (13 loc) • 956 B
JavaScript
//
;
const webpack = require('webpack');
const batfishStart = require('./start')
// This file will be copied into dist/, so these types will serve as the type
// definition of the public API for Flow-using users.
module.exports = {
start: (batfishStart ),
build: (require('./build') ),
serveStatic: (require('./serve-static') ),
writeBabelrc: (require('./write-babelrc') ),
webpack
};