exports.PLUGINS = { COMPONENT: 'component', CONVERT_ROUTER_LINK: 'convert-router-link', HOIST_SCRIPT_STYLE: 'hoist-script-style', ANCHOR: 'anchor', EMOJI: 'emoji', TOC: 'toc' } exports.REQUIRED_PLUGINS = [ exports.PLUGINS.COMPONENT, exports.PLUGINS.ANCHOR ]