Skip to content

Commit

Permalink
chore: remove old docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Nov 26, 2023
1 parent 6e21822 commit f1a0bb7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 97 deletions.
4 changes: 0 additions & 4 deletions src/app/vite-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ declare module 'virtual:config' {
export const config: import('../config.js').ParsedConfig
}

declare module 'virtual:docgen' {
export const docgen: Record<string, string>
}

declare module 'virtual:routes' {
export const routes: import('./types.js').Route[]
}
Expand Down
33 changes: 0 additions & 33 deletions src/hello.ts

This file was deleted.

58 changes: 0 additions & 58 deletions src/vite/plugins/docgen.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/vite/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import react from '@vitejs/plugin-react'
import { defineConfig, splitVendorChunkPlugin } from 'vite'

import { css } from './plugins/css.js'
// import { docgen } from './plugins/docgen.js'
import { mdx } from './plugins/mdx.js'
import { virtualConfig } from './plugins/virtual-config.js'
import { virtualRoot } from './plugins/virtual-root.js'
Expand All @@ -23,7 +22,6 @@ export default defineConfig({
emitCssInSsr: true,
}),
css(),
// docgen(),
mdx(),
virtualRoutes(),
virtualRoot(),
Expand Down

0 comments on commit f1a0bb7

Please sign in to comment.