UNPKG

@mapbox/batfish

Version:

The React-powered static-site generator you didn't know you wanted

16 lines (14 loc) 386 B
// 'use strict'; module.exports = Object.freeze({ INLINE_CSS_MARKER: '<!-- INLINE CSS HERE, BATFISH -->', BATFISH_CSS_BASENAME: 'batfish-styles.css', STATS_BASENAME: 'stats.json', DATA_DIRECTORY: 'data', EVENT_ERROR: 'error', EVENT_NOTIFICATION: 'notification', EVENT_DONE: 'done', TARGET_NODE: 'node', TARGET_BROWSER: 'browser', PAGE_EXT_GLOB: `{js,md}` });