UNPKG

vuepress-plugin-comment

Version:
13 lines (12 loc) 342 B
const path = require('path') module.exports = (opts, ctx) => { return { define: { COMMENT_CHOOSEN: opts.choosen || 'gitalk', COMMENT_OPTIONS: opts.options || {}, COMMENT_CONTAINER: opts.container || 'main.page' }, enhanceAppFiles: path.resolve(__dirname, 'comment.js'), globalUIComponents: 'Comment' } }