2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-19 09:50:33 +03:00
Files
2021-07-28 09:46:15 -07:00

23 lines
452 B
JavaScript

const isDeployPreview = require("./isDeployPreview");
module.exports = [
[
"@vuepress/google-analytics",
{
ga: isDeployPreview ? "" : "UA-12818324-8"
}
],
[
"@vuepress/pwa",
{
serviceWorker: false,
updatePopup: true
}
],
"@vuepress/plugin-register-components",
"@vuepress/plugin-active-header-links",
"@vuepress/plugin-search",
"@vuepress/plugin-nprogress",
require('../../github/index')
];