UNPKG

phenomic

Version:

Modern website generator based on the React and Webpack ecosystem.

19 lines (17 loc) 279 B
// @flow export default ( { result, options, }: PhenomicLoaderPluginInput ): PhenomicCollectionItem => { return { ...result, ...options && options.defaultHead && { head: { ...options.defaultHead, ...result.head, }, }, } }