UNPKG

react-static

Version:

A progressive static site generator for React

28 lines (27 loc) 682 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { basePath: '', devBasePath: '', entry: './root/src/index.js', extractCssChunks: false, inlineCss: false, outputFileRate: 10, paths: { DIST: './root/tmp/dev-server', HTML_TEMPLATE: './root/tmp/dev-server/index.html', LOCAL_NODE_MODULES: './dirname/../../node_modules', NODE_MODULES: './root/node_modules', PACKAGE: './root/package.json', PUBLIC: './root/public', ROOT: './root/', SRC: './root/src', STATIC_DATA: './root/tmp/dev-server/staticData' }, prefetchRate: 3, siteRoot: '', stagingBasePath: '', stagingSiteRoot: '' };