feat: support user-provided vite plugins

pull/394/head
宋铄运 (Alan Song) 4 years ago committed by GitHub
parent b59f54abd0
commit 158576fc70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -273,5 +273,5 @@ export function createVitePressPlugin(
} }
} }
return [vitePressPlugin, vuePlugin] return [vitePressPlugin, vuePlugin, ...(userViteConfig.plugins || [])]
} }

Loading…
Cancel
Save