UNPKG

230 BJavaScriptView Raw
1const { resolve } = require('path')
2
3/**
4 * @type {import('@vuepress/types').Plugin}
5 */
6module.exports = {
7 clientRootMixin: resolve(__dirname, 'clientRootMixin.js'),
8 enhanceAppFiles: resolve(__dirname, 'enhanceAppFile.js')
9}