test/node_modules/@vuepress/plugin-nprogress/lib/node/nprogressPlugin.js
2024-08-13 09:27:52 +08:00

7 lines
252 B
JavaScript

import { getDirname, path } from 'vuepress/utils';
const __dirname = getDirname(import.meta.url);
export const nprogressPlugin = () => ({
name: '@vuepress/plugin-nprogress',
clientConfigFile: path.resolve(__dirname, '../client/config.js'),
});