UNPKG

phenomic

Version:

Modern website generator based on the React and Webpack ecosystem.

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