UNPKG

@vuepress/plugin-markdown-math

Version:
7 lines (6 loc) 354 B
import { ensureEndingSlash, Logger } from '@vuepress/helper'; import { getDirname, path } from 'vuepress/utils'; const __dirname = getDirname(import.meta.url); export const CLIENT_FOLDER = ensureEndingSlash(path.resolve(__dirname, '../client')); export const PLUGIN_NAME = '@vuepress/plugin-markdown-math'; export const logger = new Logger(PLUGIN_NAME);