We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e211b9 commit 82f8599Copy full SHA for 82f8599
plugins/development/plugin-git/rollup.config.ts
@@ -7,7 +7,7 @@ export default [
7
...rollupBundle(
8
{
9
base: 'client',
10
- files: ['components/Changelog', 'components/Contributors', 'index'],
+ files: ['components/GitChangelog', 'components/GitContributors', 'index'],
11
},
12
13
dtsExternal: ['@vuepress/helper/client'],
0 commit comments