UNPKG

@carrotsearch/gatsby-transformer-html

Version:

A Gatsby transformer plugin for authoring content in HTML. Supports ToC generation, responsive images, section anchors and HighlightJS code highlighting.

4 lines 139 B
exports.error = (message, reporter) => { const dot = message.endsWith("." ? "" : "."); reporter.panicOnBuild(`${message}${dot}`); };