chore(docs): use regular script for changelog page gen

This commit is contained in:
braks
2022-10-25 19:12:16 +02:00
committed by Braks
parent 1322951c98
commit 25010d2b87
2 changed files with 15 additions and 20 deletions
+1 -2
View File
@@ -9,7 +9,7 @@ import Components from 'unplugin-vue-components/vite'
import AutoImport from 'unplugin-auto-import/vite'
import { useVueFlow } from '@vue-flow/core'
import head from './head'
import { copyChangelogPlugin, copyVueFlowPlugin, files } from './plugins'
import { copyVueFlowPlugin, files } from './plugins'
const { vueFlowVersion } = useVueFlow()
@@ -72,7 +72,6 @@ export default defineConfigWithTheme<DefaultTheme.Config>({
},
plugins: [
copyVueFlowPlugin(),
copyChangelogPlugin(),
AutoImport({
imports: ['vue', '@vueuse/core'],
dts: resolve(__dirname, '../auto-imports.d.ts'),