* set new bundlesize goal * preserve `GeneratorFunction` instead of all function names * use js-yaml fork that doesn't require esprima * set HTML content directly, instead of using React-Markdown * use remarkable for all Markdown rendering * add babel-plugin-transform-react-remove-prop-types * remove SplitPaneMode plugin * remove react-collapse * remove AST plugin, and yaml-js * trim Markdown HTML string output before rendering * disable obsolete function name preservation * add `getComponent` to propTypes
10 lines
191 B
JavaScript
10 lines
191 B
JavaScript
import React from "react"
|
|
|
|
// Nothing by default- component can be overridden by another plugin.
|
|
|
|
export default class JumpToPath extends React.Component {
|
|
render() {
|
|
return null
|
|
}
|
|
}
|