mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-16 09:10:33 +03:00
17 lines
346 B
JavaScript
17 lines
346 B
JavaScript
const isDeployPreview = require('./isDeployPreview')
|
|
|
|
module.exports = [
|
|
[
|
|
'@vuepress/pwa',
|
|
{
|
|
serviceWorker: false,
|
|
updatePopup: true,
|
|
},
|
|
],
|
|
'@vuepress/plugin-register-components',
|
|
'@vuepress/plugin-active-header-links',
|
|
'@vuepress/plugin-search',
|
|
'@vuepress/plugin-nprogress',
|
|
require('../github/index'),
|
|
]
|