We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16bac9a commit 05811c6Copy full SHA for 05811c6
src/index.ts
@@ -1,8 +1,7 @@
1
import type { UserOptions } from 'sitemap-ts'
2
import { generateSitemap } from 'sitemap-ts'
3
-import type { Plugin } from 'vite'
4
5
-function sitemapPlugin(options: UserOptions = {}): Plugin {
+function sitemapPlugin(options: UserOptions = {}) {
6
return {
7
name: 'vite-plugin-sitemap',
8
closeBundle() {
0 commit comments