UNPKG

vuepress-plugin-graysite

Version:
9 lines (8 loc) 240 B
const { path } = require('@vuepress/shared-utils') module.exports = (options) => ({ define: { startDate: options.startDate, endDate: options.endDate }, clientRootMixin: path.resolve(__dirname, 'clientRootMixin.js') })