提交 9d4bb194 编写于 作者: U ULIVZ

chore($docs): leverage babel-styled plugin config

上级 8611c1cb
......@@ -64,20 +64,19 @@ module.exports = ctx => ({
}
}
},
plugins: {
'@vuepress/i18n-ui': !ctx.isProd,
'@vuepress/back-to-top': true,
'@vuepress/pwa': {
plugins: [
['@vuepress/i18n-ui',!ctx.isProd],
['@vuepress/back-to-top', true],
['@vuepress/pwa', {
serviceWorker: true,
updatePopup: true
},
'@vuepress/plugin-medium-zoom': true,
'@vuepress/notification': true,
'flowchart': true,
'@vuepress/google-analytics': {
}],
['@vuepress/medium-zoom', true],
['@vuepress/notification', true],
['@vuepress/google-analytics', {
ga: 'UA-128189152-1'
}
},
}],
],
clientRootMixin: path.resolve(__dirname, 'mixin.js'),
extendMarkdown (md) {
md.use(container, 'upgrade', {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册