UNPKG

phenomic

Version:

Modern website generator based on the React and Webpack ecosystem.

15 lines (12 loc) 189 B
// @flow export default ( { result, frontMatter, }: PhenomicLoaderPluginInput ): PhenomicCollectionItem => { return { ...result, rawBody: frontMatter.content, } }