mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-24 20:55:51 +10:00
7 lines
155 B
JavaScript
7 lines
155 B
JavaScript
const path = require('path')
|
|
|
|
module.exports = (options, context) => ({
|
|
enable: context.isDev,
|
|
clientRootMixin: path.resolve(__dirname, 'mixin.js')
|
|
})
|