UNPKG

phenomic

Version:

Modern website generator based on the React and Webpack ecosystem.

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